We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5924f9 commit 49bd19dCopy full SHA for 49bd19d
.travis.yml
@@ -12,6 +12,7 @@ script:
12
- mvn test | grep "^\\[" | tee mvn.log
13
# test if the output of the mvn command contained an "[INFO] BUILD SUCCESS" entry
14
- grep 'BUILD SUCCESS' mvn.log
15
+- ls -al
16
- if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then ./deploy.sh; fi
17
notifications:
18
slack: ldbcouncil:OrBanrJ7l0EHQbj8T5YdJYhd
0 commit comments