Skip to content

Commit

Permalink
Merge pull request #792 from ruby-concurrency/ci
Browse files Browse the repository at this point in the history
fix travis
  • Loading branch information
pitr-ch committed Jan 9, 2019
2 parents 173828a + 99ecdf6 commit 74f9570
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -45,8 +45,6 @@ matrix:
rvm: 2.0.0
- name: MRI 1.9.3
rvm: 1.9.3
before_install:
- gem install bundler
- name: JRuby 9.1.17.0
rvm: jruby-9.1.17.0
jdk: oraclejdk8
Expand Down Expand Up @@ -83,6 +81,7 @@ env:
- RUBYOPT=-w

before_install:
- gem install bundler --version 1.17.3
- "echo JAVA_OPTS: $JAVA_OPTS"

script: bundle exec rake ci

0 comments on commit 74f9570

Please sign in to comment.