Switch to 2.1
This commit is contained in:
parent
bae479972f
commit
eade742b32
|
@ -4,9 +4,14 @@ install:
|
||||||
- script/rebund download
|
- script/rebund download
|
||||||
- travis_retry bundle install --path vendor/bundle
|
- travis_retry bundle install --path vendor/bundle
|
||||||
rvm:
|
rvm:
|
||||||
- 2.1.0
|
# 2.1, not 2.1.0 until fixed https://github.com/travis-ci/travis-ci/issues/2220
|
||||||
|
- 2.1
|
||||||
- 2.0.0
|
- 2.0.0
|
||||||
- 1.9.3
|
- 1.9.3
|
||||||
|
matrix:
|
||||||
|
allow_failures:
|
||||||
|
# until fixed https://github.com/travis-ci/travis-ci/issues/2220
|
||||||
|
- rvm: 2.1
|
||||||
script: script/cibuild
|
script: script/cibuild
|
||||||
after_script:
|
after_script:
|
||||||
- script/rebund upload
|
- script/rebund upload
|
||||||
|
|
Loading…
Reference in New Issue