Skip to content

Commit

Permalink
travis: kiss
Browse files Browse the repository at this point in the history
Signed-off-by: Ketoth Xupack <ketoth.xupack@gmail.com>
  • Loading branch information
KetothXupack committed Oct 16, 2013
1 parent 35391b0 commit 0f10502
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ install:
- mvn -e -q -B -T 1.5C -B -Dskip.tests=true -Dskip.javadoc=true clean verify

script:
- mvn -e -DrepoToken=$COVERALLS_KEY clean install site | grep -vP "^Download(ed|ing): http://(repo.maven.apache.org|oss.sonatype.org)/"
- mvn -e -DrepoToken=$COVERALLS_KEY clean install site

after_success:
- if [[ "${TRAVIS_PULL_REQUEST}" == "false" ]]; then mvn -q -e -Dskip.jacoco -DskipTests=true deploy; fi
- if [[ "${TRAVIS_PULL_REQUEST}" == "false" ]]; then mvn -q -e -Dskip.tests=true deploy; fi

0 comments on commit 0f10502

Please sign in to comment.