Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e114e49

Browse files
committedJul 4, 2018
Shorter build.
1 parent 42b5b33 commit e114e49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ env:
3434
- JAVA_OPTS="-XX:+TieredCompilation -XX:TieredStopAtLevel=1 -Xms48M -Xmx640M -XX:InitialCodeCacheSize=40M -XX:ReservedCodeCacheSize=120M -Djava.security.egd=file:/dev/./urandom"
3535
- MALLOC_ARENA_MAX=2
3636
matrix:
37-
- PHASE='-Ptest'
37+
# - PHASE='-Ptest'
3838
# - PHASE='-Prake -Dtask=test:jruby'
3939
# #- PHASE='-Prake -Dtask=test:jruby:fullint' # included with OpenJDK bellow
4040
# - PHASE='-Prake -Dtask=test:jruby:jit'
@@ -50,7 +50,7 @@ env:
5050
# - PHASE='-Prake -Dtask=spec:regression'
5151
# - PHASE='-Prake -Dtask=spec:ruby:fast'
5252
# - PHASE='-Prake -Dtask=spec:jruby'
53-
# - PHASE='-Prake -Dtask=spec:jrubyc'
53+
- PHASE='-Prake -Dtask=spec:jrubyc'
5454
# - PHASE='-Prake -Dtask=spec:profiler'
5555

5656
#matrix:

0 commit comments

Comments
 (0)
Please sign in to comment.