Skip to content

Commit

Permalink
Fixed travis script.
Browse files Browse the repository at this point in the history
  • Loading branch information
rjdavis3 committed Sep 4, 2018
1 parent 556b22c commit a581c07
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 @@ -9,7 +9,7 @@ addons:
jdk:
- oraclejdk8
script:
- mvn clean build
- mvn clean install
after_success:
- if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then mvn sonar:sonar; fi
cache:
Expand Down

0 comments on commit a581c07

Please sign in to comment.