Skip to content

Commit

Permalink
Reduce travis build times by only running on one JDK version.
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Dec 12, 2014
1 parent 26762b0 commit 1724893
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .travis.yml
Expand Up @@ -4,10 +4,7 @@ before_script:
- "export PATH=`pwd`/bin:$PATH"
- echo $HOME

jdk:
- oraclejdk7
- oraclejdk8
- openjdk6
jdk: openjdk6

env:
# disable cext
Expand All @@ -22,17 +19,12 @@ env:
- TARGET='main'
- TARGET='osgi'
- TARGET='j2ee'
- TARGET='test-jruby-jars'
- TARGET='jruby-jars-extended'
- TARGET='main-extended'

matrix:
fast_finish: true
include:
# these profile do no need to run for all JDKs
- env: TARGET='test-jruby-jars'
jdk: openjdk7
- env: TARGET='jruby-jars-extended'
jdk: oraclejdk7
- env: TARGET='main-extended'
jdk: oraclejdk8

branches:
only:
Expand Down

0 comments on commit 1724893

Please sign in to comment.