Change script in travis.yml

This commit is contained in:
Glenn Y. Rolland 2015-11-25 08:22:24 +01:00
parent 1a5d96c250
commit 6df1a1439c
1 changed files with 2 additions and 0 deletions

View File

@ -2,3 +2,5 @@ language: ruby
rvm:
- 2.2.3
before_install: gem install bundler -v 1.10.5
script:
- bundle exec rake test