We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2895b55 commit c722acbCopy full SHA for c722acb
.travis.yml
@@ -1,17 +1,15 @@
1
language: ruby
2
3
-cache: bundler
4
-
5
rvm:
6
# start with the latest
7
- 2.4.0
8
- jruby-9.1.5.0
9
10
# older versions
11
- 2.3.3
12
- - 2.2
13
- - 2.1
14
- - 2.0
+ - 2.2.6
+ - 2.1.9
+ - 2.0.0
15
- 1.9.3
16
17
- jruby-9.0.5.0
@@ -52,7 +50,8 @@ env:
52
50
global:
53
51
- JAVA_OPTS=-Xmx1024m
54
55
-before_script:
+before_install:
56
- "echo $JAVA_OPTS"
+ - bundle update # temporary fix, not sure why it helps
57
58
script: if [[ -v TRUFFLE ]]; then support/test-truffle.sh; else RUBYOPT=-w bundle exec rake ci; fi
0 commit comments