Fix travis build for Ruby 2.3
parent
e46572c490
commit
a3e1ef6822
|
|
@ -1,11 +1,12 @@
|
||||||
|
dist: trusty
|
||||||
language: ruby
|
language: ruby
|
||||||
sudo: false # taking advantage of container-based infrastructure
|
sudo: false # taking advantage of container-based infrastructure
|
||||||
cache: bundler # maybe someday they'll add support for us freeloaders...
|
cache: bundler # cache bundled gems from build to build
|
||||||
rvm:
|
rvm:
|
||||||
- 2.0
|
- 2.0
|
||||||
- 2.1
|
- 2.1
|
||||||
- 2.2
|
- 2.2
|
||||||
- 2.3
|
- 2.3.0
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- rvm: 2.3
|
- rvm: 2.3.0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue