Skip to content

Commit

Permalink
adjust travis script
Browse files Browse the repository at this point in the history
  • Loading branch information
rmpestano committed Sep 20, 2018
1 parent 4439cd9 commit 46edf52
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ script:
- mvn surefire-report:report-only && python html2text.py target/site/surefire-report.html
- if [[ $TRAVIS_PULL_REQUEST == "false" ]] && [[ $TRAVIS_BRANCH == "master" ]]; then mvn sonar:sonar -Psonar -Dsonar.organization=cukedoctor -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=${SONAR_KEY} ; fi ;
- cd cukedoctor-converter && mvn compile exec:exec -Pperf
- if [[ $TRAVIS_PULL_REQUEST == "false" ]] && [[ $TRAVIS_BRANCH == "master" ]]; then
after_success:
- if [[ $TRAVIS_PULL_REQUEST == "false" ]] && [[ $TRAVIS_BRANCH == "master" ]]; then mvn -q cukedoctor:execute scm-publish:publish-scm -Pdocs ; fi ;
- cd .. && mvn clean install -Pfat-jar -DskipTests=true
Expand Down

0 comments on commit 46edf52

Please sign in to comment.