Skip to content

Commit

Permalink
Update travis dependencies to match AT
Browse files Browse the repository at this point in the history
  • Loading branch information
elrayle committed Apr 21, 2016
1 parent 97c22c8 commit 8ace9a7
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
language: ruby
bundler_args: --without debug
script: "bundle exec rspec spec"
sudo: false
cache: bundler
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- 2.1.1
- jruby-19mode
- 2.0
- 2.1
- 2.2.4
- 2.3.0
- jruby-9.0.4.0
- rbx-2
matrix:
allow_failures:
- rvm: jruby-19mode
- rvm: jruby-9.0.4.0
- rvm: rbx-2

0 comments on commit 8ace9a7

Please sign in to comment.