Skip to content

Commit

Permalink
Add ruby 2.4.0 support with error annotation and update to rbx-3
Browse files Browse the repository at this point in the history
  • Loading branch information
imanel committed Jan 31, 2017
1 parent 283181c commit 55efff6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Expand Up @@ -6,18 +6,17 @@ rvm:
- 2.1
- 2.2
- 2.3
- 2.4.0 # https://github.com/travis-ci/packer-templates/issues/393
- ruby-head
- jruby
- jruby-head
- rbx
- rbx-head
- rbx-3

matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
- rvm: rbx
- rvm: rbx-head
- rvm: rbx-3

before_install:
- gem update --system
Expand Down

0 comments on commit 55efff6

Please sign in to comment.