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.
2 parents 0c8abf2 + 7c21976 commit 1d22c2fCopy full SHA for 1d22c2f
.travis.yml
@@ -14,9 +14,6 @@ rvm:
14
jdk:
15
- oraclejdk8
16
17
-before_install:
18
- - '[ "$JRUBY_OPTS" != "" ] && export JRUBY_OPTS="--dev -Xcli.debug=true --debug"'
19
-
20
install: bundle install --path=vendor/bundle --retry=3 --jobs=3
21
cache:
22
directories:
@@ -26,10 +23,13 @@ script:
26
23
- bundle exec rake ci
27
24
28
25
env:
29
- - "RAILS_VERSION=4.0"
30
- - "RAILS_VERSION=4.1"
31
- - "RAILS_VERSION=4.2"
32
- - "RAILS_VERSION=master"
+ global:
+ - "JRUBY_OPTS='--dev -J-Xmx1024M'"
+ matrix:
+ - "RAILS_VERSION=4.0"
+ - "RAILS_VERSION=4.1"
+ - "RAILS_VERSION=4.2"
+ - "RAILS_VERSION=master"
33
34
matrix:
35
exclude:
0 commit comments