Fix travis build for Ruby 2.3

dev
Andy Meneely 2016-01-18 11:06:26 -05:00
parent e46572c490
commit a3e1ef6822
1 changed files with 4 additions and 3 deletions

View File

@ -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