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 49bd19d commit a16ed31Copy full SHA for a16ed31
.travis.yml
@@ -12,7 +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
+- ls -al test_data
16
- if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then ./deploy.sh; fi
17
notifications:
18
slack: ldbcouncil:OrBanrJ7l0EHQbj8T5YdJYhd
0 commit comments