Fix travis builds
This commit is contained in:
parent
c8801ba8b2
commit
0b5087f72e
1 changed files with 7 additions and 6 deletions
13
.travis.yml
13
.travis.yml
|
@ -1,8 +1,9 @@
|
||||||
language: ruby
|
language: ruby
|
||||||
rvm:
|
rvm:
|
||||||
- 2.0.0
|
- 2.2
|
||||||
- 2.1.1
|
- 2.3
|
||||||
matrix:
|
- 2.4
|
||||||
allow_failures:
|
before_install:
|
||||||
- rvm: 2.1.1
|
- gem install -v 1.12.5 bundler
|
||||||
script: "bundle exec rake ci"
|
- bundle _1.12.5_ install
|
||||||
|
script: "bundle _1.12.5_ exec rake ci"
|
||||||
|
|
Loading…
Reference in a new issue