Add ruby 2.4 to travis and vagrant

This commit is contained in:
rahul 2017-07-14 01:23:03 +05:30
parent f9d8c9715c
commit e71b06bd57
2 changed files with 3 additions and 3 deletions

View file

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