Skip to content

Commit

Permalink
[CI] Avoid checkstyle when deploying.
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Galland <galland@arakhne.org>
  • Loading branch information
gallandarakhneorg committed Jun 19, 2016
1 parent 1b304f1 commit bafa964
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 @@ -25,5 +25,5 @@ env:
- secure: "RE+Lasgu9mUS78kjPRMrx35UpO/AQ1kuUUSd0lrBXwajZjpHSTRwVx0cudjSet2hEjAwRyerbKZ4zLxm+HxeMQBzjws4nhHozar/2XeY6mgvHYQ6G3kRFhNMr5WZn1CAu5Gu2OxqE6az/J6mQUDnMF1/XNL/bPhKEZsUI8o24eA="

after_success:
- "[[ ${TRAVIS_OS_NAME} == 'linux' ]] && [[ ${TRAVIS_PULL_REQUEST} == 'false' ]] && [[ ${TRAVIS_TAG} == '' ]] && [[ ${TRAVIS_BRANCH} == 'master' ]] && mvn -B deploy -DskipTests --settings build-tools/src/main/resources/maven/deploy-settings.xml"
- "[[ ${TRAVIS_OS_NAME} == 'linux' ]] && [[ ${TRAVIS_PULL_REQUEST} == 'false' ]] && [[ ${TRAVIS_TAG} == '' ]] && [[ ${TRAVIS_BRANCH} == 'master' ]] && mvn -B deploy -DskipTests -Dcheckstyle.skip=true --settings build-tools/src/main/resources/maven/deploy-settings.xml"

0 comments on commit bafa964

Please sign in to comment.