Skip to content

Commit c722acb

Browse files
committed
Fix travis
1 parent 2895b55 commit c722acb

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.travis.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
language: ruby
22

3-
cache: bundler
4-
53
rvm:
64
# start with the latest
75
- 2.4.0
86
- jruby-9.1.5.0
97

108
# older versions
119
- 2.3.3
12-
- 2.2
13-
- 2.1
14-
- 2.0
10+
- 2.2.6
11+
- 2.1.9
12+
- 2.0.0
1513
- 1.9.3
1614

1715
- jruby-9.0.5.0
@@ -52,7 +50,8 @@ env:
5250
global:
5351
- JAVA_OPTS=-Xmx1024m
5452

55-
before_script:
53+
before_install:
5654
- "echo $JAVA_OPTS"
55+
- bundle update # temporary fix, not sure why it helps
5756

5857
script: if [[ -v TRUFFLE ]]; then support/test-truffle.sh; else RUBYOPT=-w bundle exec rake ci; fi

0 commit comments

Comments
 (0)