Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run a JDK 8 job differently
Browse files Browse the repository at this point in the history
BanzaiMan committed Dec 17, 2014
1 parent c9d29be commit 4e70ada
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -21,7 +21,6 @@ env:
matrix:
- PHASE='-Ptest'
- PHASE='-Prake -Dtask=test:jruby'
- TRAVIS_JDK_VERSION=oraclejdk8 PHASE='-Prake -Dtask=test:jruby'
- PHASE='-Prake -Dtask=test:mri'
- PHASE='-Prake -Dtask=test:slow_suites'
- PHASE='-Prake -Dtask=test:tracing'
@@ -50,6 +49,9 @@ matrix:
- env: PHASE='-Pcomplete'
- env: PHASE='-Prake -Dtask=spec:jrubyc'
- env: PHASE='-Prake -Dtask=spec:profiler'
include:
- jdk: oraclejdk8
env: PHASE='-Prake -Dtask=test:jruby'

branches:
only:

0 comments on commit 4e70ada

Please sign in to comment.