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 a16ed31 commit e97165fCopy full SHA for e97165f
.travis.yml
@@ -13,7 +13,7 @@ script:
13
# test if the output of the mvn command contained an "[INFO] BUILD SUCCESS" entry
14
- grep 'BUILD SUCCESS' mvn.log
15
- ls -al test_data
16
-- if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then ./deploy.sh; fi
+#- if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then ./deploy.sh; fi
17
notifications:
18
slack: ldbcouncil:OrBanrJ7l0EHQbj8T5YdJYhd
19
email: false
0 commit comments