Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Commit

Permalink
no -T at all
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiankirsch committed Feb 14, 2016
1 parent 2ae514b commit f7f08d0
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,11 @@ before_install:

install:
#attempt to download all dependencies in the install phase; due to http://jira.codehaus.org/browse/MDEP-82, dependency:go-offline is useless
- mvn -B -U -T 4 clean verify org.apache.maven.plugins:maven-war-plugin:2.4:help -Dinvoker.skip=true -Dmaven.main.skip=true -Dmaven.plugin.skip=true -Dmaven.test.skip=true -PenableCoverage,travis
- mvn -B -U clean verify org.apache.maven.plugins:maven-war-plugin:2.4:help -Dinvoker.skip=true -Dmaven.main.skip=true -Dmaven.plugin.skip=true -Dmaven.test.skip=true -PenableCoverage,travis
# surefire seems to add this dependency dynamically
- mvn -B -U -T 4 org.apache.maven.plugins:maven-dependency-plugin:2.10:get -Dartifact=org.apache.maven.surefire:surefire-junit4:2.17
script: mvn -B -o -T 2 clean verify -PenableCoverage,travis
after_success:
- mvn test
- mvn -B -T 4 jacoco:report coveralls:jacoco
- mvn -B -U org.apache.maven.plugins:maven-dependency-plugin:2.10:get -Dartifact=org.apache.maven.surefire:surefire-junit4:2.17
script: mvn -B -o clean verify -PenableCoverage,travis
after_success: mvn -B jacoco:report coveralls:jacoco

notifications:
webhooks:
Expand Down

0 comments on commit f7f08d0

Please sign in to comment.