Skip to content

Commit

Permalink
fix build profiles for jdk11 #858
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshikawaa committed Jan 30, 2019
1 parent e52b743 commit 12a4c96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ install: true
script:
- mvn xml:check-format -P xml-check-format
- mvn formatter:validate -P common-libs
- mvn -U clean install
- mvn -U -P common-libs jacoco:report coveralls:report
- mvn -U clean install -P default
- mvn -U jacoco:report coveralls:report -P common-libs

0 comments on commit 12a4c96

Please sign in to comment.