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
|
||||
rvm:
|
||||
- 2.0.0
|
||||
- 2.1.1
|
||||
matrix:
|
||||
allow_failures:
|
||||
- rvm: 2.1.1
|
||||
script: "bundle exec rake ci"
|
||||
- 2.2
|
||||
- 2.3
|
||||
- 2.4
|
||||
before_install:
|
||||
- gem install -v 1.12.5 bundler
|
||||
- bundle _1.12.5_ install
|
||||
script: "bundle _1.12.5_ exec rake ci"
|
||||
|
|
Loading…
Reference in a new issue