Skip to content

Commit

Permalink
Merge pull request akka#413 from akka/mqttLogs
Browse files Browse the repository at this point in the history
Show mqtt logs after travis failure
  • Loading branch information
2m authored Jul 17, 2017
2 parents 26dbce6 + 6f37c99 commit 9ede7cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ script:
# check policies, if on master also upload
- if [[ "$TRAVIS_BRANCH" == "master" && "$TRAVIS_EVENT_TYPE" == "push" ]]; then sbt 'set credentials += Credentials("whitesource", "whitesourcesoftware.com", "", System.getenv("WHITESOURCE_KEY"))' whitesourceCheckPolicies whitesourceUpdate; else sbt 'set credentials += Credentials("whitesource", "whitesourcesoftware.com", "", System.getenv("WHITESOURCE_KEY"))' whitesourceCheckPolicies; fi

after_failure:
- docker-compose logs mqtt

before_cache:
- find $HOME/.ivy2 -name "ivydata-*.properties" -print -delete
- find $HOME/.sbt -name "*.lock" -print -delete
Expand Down

0 comments on commit 9ede7cf

Please sign in to comment.