.travis.yml updated to use ruby v2.3.1

This commit is contained in:
shlok007 2016-08-10 11:20:33 -04:00
parent 2596c501fa
commit 81ef17f346

View file

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