Skip to content

Commit 74f9570

Browse files
authored
Merge pull request #792 from ruby-concurrency/ci
fix travis
2 parents 173828a + 99ecdf6 commit 74f9570

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ matrix:
4545
rvm: 2.0.0
4646
- name: MRI 1.9.3
4747
rvm: 1.9.3
48-
before_install:
49-
- gem install bundler
5048
- name: JRuby 9.1.17.0
5149
rvm: jruby-9.1.17.0
5250
jdk: oraclejdk8
@@ -83,6 +81,7 @@ env:
8381
- RUBYOPT=-w
8482

8583
before_install:
84+
- gem install bundler --version 1.17.3
8685
- "echo JAVA_OPTS: $JAVA_OPTS"
8786

8887
script: bundle exec rake ci

0 commit comments

Comments
 (0)