Skip to content

Commit

Permalink
[build] try to fix travis - mvn -Pj2ee works locally
Browse files Browse the repository at this point in the history
  • Loading branch information
mkristian committed Jun 18, 2015
1 parent 0ee3d96 commit 0159f55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ env:
- TARGET='jruby-jars'
- TARGET='complete'
- TARGET='osgi'
- TARGET='j2ee'
- TARGET='test-jruby-jars'
- TARGET='jruby-jars-extended'
- TARGET='main-extended'
Expand All @@ -30,6 +29,8 @@ matrix:
# there is one integration test which uses a external jar for jdk7+
- 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'
Expand Down

0 comments on commit 0159f55

Please sign in to comment.