We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
headius
Learn more about funding links in repositories.
Report abuse
1 parent 42b5b33 commit e114e49Copy full SHA for e114e49
.travis.yml
@@ -34,7 +34,7 @@ env:
34
- JAVA_OPTS="-XX:+TieredCompilation -XX:TieredStopAtLevel=1 -Xms48M -Xmx640M -XX:InitialCodeCacheSize=40M -XX:ReservedCodeCacheSize=120M -Djava.security.egd=file:/dev/./urandom"
35
- MALLOC_ARENA_MAX=2
36
matrix:
37
- - PHASE='-Ptest'
+# - PHASE='-Ptest'
38
# - PHASE='-Prake -Dtask=test:jruby'
39
# #- PHASE='-Prake -Dtask=test:jruby:fullint' # included with OpenJDK bellow
40
# - PHASE='-Prake -Dtask=test:jruby:jit'
@@ -50,7 +50,7 @@ env:
50
# - PHASE='-Prake -Dtask=spec:regression'
51
# - PHASE='-Prake -Dtask=spec:ruby:fast'
52
# - PHASE='-Prake -Dtask=spec:jruby'
53
-# - PHASE='-Prake -Dtask=spec:jrubyc'
+ - PHASE='-Prake -Dtask=spec:jrubyc'
54
# - PHASE='-Prake -Dtask=spec:profiler'
55
56
#matrix:
0 commit comments