We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26762b0 commit 1724893Copy full SHA for 1724893
.travis.yml
@@ -4,10 +4,7 @@ before_script:
4
- "export PATH=`pwd`/bin:$PATH"
5
- echo $HOME
6
7
-jdk:
8
- - oraclejdk7
9
- - oraclejdk8
10
- - openjdk6
+jdk: openjdk6
11
12
env:
13
# disable cext
@@ -22,17 +19,12 @@ env:
22
19
- TARGET='main'
23
20
- TARGET='osgi'
24
21
- TARGET='j2ee'
+ - TARGET='test-jruby-jars'
+ - TARGET='jruby-jars-extended'
+ - TARGET='main-extended'
25
26
matrix:
27
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
36
37
branches:
38
only:
0 commit comments