Skip to content

Commit

Permalink
update travis ci
Browse files Browse the repository at this point in the history
  • Loading branch information
xuechaos committed Oct 25, 2018
1 parent 9275dd7 commit 0c67a2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ before_install:
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then jdk_switcher use "$CUSTOM_JDK"; fi

script:

- mvn -B clean apache-rat:check findbugs:findbugs
- mvn clean install -Pit-test
after_success:
- mvn clean install -Pit-test
- mvn sonar:sonar -Psonar-apache

0 comments on commit 0c67a2a

Please sign in to comment.