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

Commit

Permalink
Disable dependency prefetch, rename settings.xml to .travis-settings.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
seanf committed Nov 5, 2014
1 parent 17709fa commit 167ef74
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
File renamed without changes.
15 changes: 12 additions & 3 deletions .travis.yml
@@ -1,8 +1,17 @@
language: java
# Attempt to resolve most dependencies without actually compiling

# Use the 'true' command to avoid up-front dependency fetching, for faster builds
# See http://docs.travis-ci.com/user/languages/java/#Dependency-Management
install: travis_wait mvn dependency:resolve
script: mvn --batch-mode --settings settings.xml test -Dgwt.validateOnly -Darquillian.jboss.home=/dev/null -DstaticAnalysis
install: true

script: |
mvn test \
--batch-mode \
--settings .travis-settings.xml \
-Darquillian.jboss.home=/dev/null \
-Dgwt.validateOnly \
-DstaticAnalysis
jdk:
- openjdk7
- oraclejdk7
Expand Down

0 comments on commit 167ef74

Please sign in to comment.