Skip to content

Commit

Permalink
Make Maven build on Travis less verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
sarxos committed Sep 13, 2017
1 parent db8a4c5 commit 5050301
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ jdk:
- openjdk7

before_install:
- mvn install -DskipTests=true -e
- mvn install -DskipTests=true -e -B

script:
- mvn test -X
- mvn test -B

after_success:
- mvn clean cobertura:cobertura coveralls:report -P ci
- mvn clean cobertura:cobertura coveralls:report -B -P ci

branches:
except:
Expand Down

0 comments on commit 5050301

Please sign in to comment.