mirror of
https://github.com/lloeki/meminfo.git
synced 2025-12-06 01:54:41 +01:00
initial commit
This commit is contained in:
commit
9897ae9e22
8 changed files with 120 additions and 0 deletions
7
.travis.yml
Normal file
7
.travis.yml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
language: ruby
|
||||
rvm:
|
||||
- '2.1'
|
||||
- '2.2'
|
||||
script:
|
||||
- bundle exec rubocop
|
||||
- bundle exec ruby -e'load "lib/meminfo.rb"; Process.rss; ObjectSpace.memsize'
|
||||
Loading…
Add table
Add a link
Reference in a new issue