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.
[build] reduce travis to one jdk
Browse files Browse the repository at this point in the history
mkristian committed Jul 1, 2015
1 parent 71f95f7 commit 7bed50f
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -17,29 +17,29 @@ env:
- TARGET='test-extended'
- TARGET='spec:ruby:fast'
- TARGET='spec:ruby19:fast'
- TARGET='jruby-jars'
- TARGET='complete'
- TARGET='osgi'
- TARGET='test-jruby-jars'
- TARGET='jruby-jars-extended'
- TARGET='main-extended'
# - TARGET='jruby-jars'
# - TARGET='complete'
# - TARGET='osgi'
# - TARGET='test-jruby-jars'
# - TARGET='jruby-jars-extended'
# - TARGET='main-extended'

matrix:
include:
# there is one integration test which uses a external jar for jdk7+
- jdk: oraclejdk7
env: TARGET='main'
- jdk: oraclejdk7
env: TARGET='j2ee'
# - jdk: oraclejdk7
# env: TARGET='main'
# - jdk: oraclejdk7
# env: TARGET='j2ee'
# nice to have at least some feedback on jdk 7/8
- jdk: openjdk7
env: TARGET='test-extended'
- jdk: openjdk7
env: TARGET='spec:ruby19:fast'
- jdk: oraclejdk8
env: TARGET='test-extended'
- jdk: oraclejdk8
env: TARGET='spec:ruby19:fast'
# - jdk: openjdk7
# env: TARGET='test-extended'
# - jdk: openjdk7
# env: TARGET='spec:ruby19:fast'
# - jdk: oraclejdk8
# env: TARGET='test-extended'
# - jdk: oraclejdk8
# env: TARGET='spec:ruby19:fast'
fast_finish: true

branches:

0 comments on commit 7bed50f

Please sign in to comment.