Add ruby version to travis

This commit is contained in:
rahul 2017-07-12 16:17:56 +05:30
parent 3ff81b3895
commit 62fe7e0a33

View file

@ -4,6 +4,7 @@ language: ruby
cache: bundler
rvm:
- 2.2.3
- 2.4.0
before_install:
- "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc"
- "echo `phantomjs -v`"