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

Commit

Permalink
Configure Travis to run Maven in batch mode
Browse files Browse the repository at this point in the history
  • Loading branch information
seanf committed Mar 26, 2014
1 parent 75fbe5b commit 45a7688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,6 +1,6 @@
language: java
install: true
script: mvn --settings settings.xml test -Dgwt.validateOnly -Darquillian.jboss.home=/dev/null
script: mvn --batch-mode --settings settings.xml test -Dgwt.validateOnly -Darquillian.jboss.home=/dev/null
jdk:
- openjdk6
- openjdk7
Expand Down

0 comments on commit 45a7688

Please sign in to comment.