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

Commit

Permalink
Travis: enable static analysis; resolve dependencies earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
seanf committed Nov 5, 2014
1 parent b63d92d commit 80c16a1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
@@ -1,12 +1,12 @@
language: java
install: true
script: mvn --batch-mode --settings settings.xml test -Dgwt.validateOnly -Darquillian.jboss.home=/dev/null
# Attempt to resolve 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
script: mvn --batch-mode --settings settings.xml test -Dgwt.validateOnly -Darquillian.jboss.home=/dev/null -DstaticAnalysis
jdk:
- openjdk7
- oraclejdk7
- oraclejdk8

matrix:
fast_finish: true
# allow_failures:
# - jdk: oraclejdk8

0 comments on commit 80c16a1

Please sign in to comment.