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

Commit

Permalink
Try to speed up Travis builds a little
Browse files Browse the repository at this point in the history
  • Loading branch information
seanf committed Nov 5, 2014
1 parent 80c16a1 commit 17709fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,7 +1,7 @@
language: java
# Attempt to resolve dependencies without actually compiling
# Attempt to resolve most dependencies without actually compiling
# See http://docs.travis-ci.com/user/languages/java/#Dependency-Management
install: mvn dependency:resolve dependency:resolve-plugins dependency:go-offline
install: travis_wait mvn dependency:resolve
script: mvn --batch-mode --settings settings.xml test -Dgwt.validateOnly -Darquillian.jboss.home=/dev/null -DstaticAnalysis
jdk:
- openjdk7
Expand Down

0 comments on commit 17709fa

Please sign in to comment.