Skip to content

Commit

Permalink
JAV-201 enabled demo in travis CI to check jar conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
seanyinx committed Sep 10, 2017
1 parent a08f778 commit 76d9ce0
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 @@ -6,10 +6,10 @@ jdk:
- oraclejdk8

script:
- mvn clean install -Pjacoco coveralls:report
- mvn clean install -Pjacoco -Pdocker coveralls:report
- mvn clean verify -f saga-demo -Pdemo -Pdocker -Ddocker.useColor=false -Ddocker.showLogs

after_success:
- mvn clean test -f saga-demo -Pdemo
- mvn deploy -DskipTests --settings .travis.settings.xml

env:
Expand Down

0 comments on commit 76d9ce0

Please sign in to comment.