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

Commit

Permalink
Disable GWT compilation on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
seanf committed Nov 28, 2013
1 parent 1178a11 commit 1f42ba9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
@@ -1,5 +1,8 @@
language: java
script: "mvn test -Dgwt.compiler.skip -q"
#install: mvn install -DskipTests=true -Dgwt.validateOnly
install: true
script: mvn test -Dgwt.validateOnly -q

jdk:
- openjdk6
- openjdk7
Expand Down

0 comments on commit 1f42ba9

Please sign in to comment.