Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Allow Travis CI to build with JDK 8, but ignore failures
Browse files Browse the repository at this point in the history
  • Loading branch information
seanf committed Nov 28, 2013
1 parent 1eda383 commit 1178a11
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
@@ -1,2 +1,12 @@
language: java
script: "mvn test -Dgwt.compiler.skip -q"
jdk:
- openjdk6
- openjdk7
- oraclejdk7
- oraclejdk8

matrix:
fast_finish: true
allow_failures:
- jdk: oraclejdk8

0 comments on commit 1178a11

Please sign in to comment.