Skip to content

Commit

Permalink
Fix pull request conditional in Travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
bonigarcia committed Jul 9, 2018
1 parent 99ce191 commit 51cb135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -24,4 +24,4 @@ before_script:
script:
- mvn test
- bash <(curl -s https://codecov.io/bash)
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then mvn sonar:sonar'
- if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then mvn sonar:sonar; fi

0 comments on commit 51cb135

Please sign in to comment.