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

Commit

Permalink
run with -T 2 only
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiankirsch committed Feb 14, 2016
1 parent 40f5101 commit 2ae514b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ install:
- 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
# 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 4 clean verify -PenableCoverage,travis
script: mvn -B -o -T 2 clean verify -PenableCoverage,travis
after_success:
- mvn test
- mvn -B -T 4 jacoco:report coveralls:jacoco
Expand Down

0 comments on commit 2ae514b

Please sign in to comment.