Skip to content

Commit

Permalink
Merge pull request #350 from olleolleolle/patch-1
Browse files Browse the repository at this point in the history
 Travis: Workaround a rbx-3 autoload issue  WIP
  • Loading branch information
simonoff committed Jan 11, 2018
2 parents ae9d8fb + 6c2bddb commit 2f80da6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -8,7 +8,6 @@ rvm:
- 2.3.5
- 2.4.2
- ruby-head
- rbx-3
matrix:
include:
- rvm: jruby-9.1.14.0
Expand All @@ -17,6 +16,9 @@ matrix:
jdk: openjdk7
- rvm: jruby-head
jdk: oraclejdk8
- rvm: rbx-3
env:
- RUBYOPT="-rbundler/deprecate"
allow_failures:
- rvm: ruby-head
- rvm: rbx-3
Expand Down

0 comments on commit 2f80da6

Please sign in to comment.