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 27210f1 + 2694a74 commit 7f86429Copy full SHA for 7f86429
.travis.yml
@@ -33,6 +33,8 @@ before_script:
33
script: 'ci/travis.rb'
34
35
env:
36
+ global:
37
+ - "JRUBY_OPTS='--dev -J-Xmx1024M'"
38
matrix:
39
- "GEM=railties"
40
- "GEM=ap"
@@ -62,13 +64,11 @@ matrix:
62
64
- rvm: jruby-9.1.5.0
63
65
jdk: oraclejdk8
66
- - "JRUBY_OPTS='--dev -J-Xmx1024M'"
- - "GEM='ap'"
67
+ - "GEM=ap"
68
69
70
71
- - "GEM='am'"
+ - "GEM=am,aj"
72
allow_failures:
73
- rvm: ruby-head
74
0 commit comments