Skip to content

Commit

Permalink
[#noissue] edit travis command
Browse files Browse the repository at this point in the history
  • Loading branch information
koo-taejin committed May 2, 2017
1 parent 93a6030 commit a338a10
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 @@ -7,7 +7,7 @@ env: JAVA_6_HOME=/usr/lib/jvm/java-6-openjdk-amd64 JAVA_7_HOME=/usr/lib/jvm/java

install:
- set -o pipefail
- mvn -T 1C -Dmaven.artifact.threads=10 install -DskipTests=true -Dmaven.javadoc.skip=true -B -V | grep -Fv '[copy'
- mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V | grep -Fv '[copy'

script: mvn clover2:setup test -Ptest clover2:aggregate clover2:clover -e | grep -Fv 'DEBUG' | grep -Fv '[copy'

Expand Down

0 comments on commit a338a10

Please sign in to comment.