Skip to content

Commit

Permalink
Hmmm I did that allow_failure wrong. Take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
enebo committed Oct 16, 2014
1 parent f3a5474 commit 1e84749
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Expand Up @@ -40,15 +40,16 @@ matrix:
jdk: openjdk7
- env: TARGET='-Pmain'
jdk: oraclejdk7
- env: TARGET='-Pcomplete'
jdk: oraclejdk8
- env: TARGET='-Posgi'
jdk: openjdk7
- env: TARGET='-Pj2ee'
jdk: oraclejdk7
fast_finish: true
allow_failures:
- env: TARGET='-Prake -Dtask=spec:compiler'
- env: TARGET='-Pcomplete'
jdk: oraclejdk8
- env: TARGET='-Prake -Dtask=spec:compiler'

branches:
only:
Expand Down

0 comments on commit 1e84749

Please sign in to comment.