Skip to content

Commit 1724893

Browse files
committed
Reduce travis build times by only running on one JDK version.
1 parent 26762b0 commit 1724893

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

.travis.yml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@ before_script:
44
- "export PATH=`pwd`/bin:$PATH"
55
- echo $HOME
66

7-
jdk:
8-
- oraclejdk7
9-
- oraclejdk8
10-
- openjdk6
7+
jdk: openjdk6
118

129
env:
1310
# disable cext
@@ -22,17 +19,12 @@ env:
2219
- TARGET='main'
2320
- TARGET='osgi'
2421
- TARGET='j2ee'
22+
- TARGET='test-jruby-jars'
23+
- TARGET='jruby-jars-extended'
24+
- TARGET='main-extended'
2525

2626
matrix:
2727
fast_finish: true
28-
include:
29-
# these profile do no need to run for all JDKs
30-
- env: TARGET='test-jruby-jars'
31-
jdk: openjdk7
32-
- env: TARGET='jruby-jars-extended'
33-
jdk: oraclejdk7
34-
- env: TARGET='main-extended'
35-
jdk: oraclejdk8
3628

3729
branches:
3830
only:

0 commit comments

Comments
 (0)