Skip to content

Commit e97165f

Browse files
committed
Do not deploy (potentially empty) test data dir
1 parent a16ed31 commit e97165f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ script:
1313
# test if the output of the mvn command contained an "[INFO] BUILD SUCCESS" entry
1414
- grep 'BUILD SUCCESS' mvn.log
1515
- ls -al test_data
16-
- if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then ./deploy.sh; fi
16+
#- if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then ./deploy.sh; fi
1717
notifications:
1818
slack: ldbcouncil:OrBanrJ7l0EHQbj8T5YdJYhd
1919
email: false

0 commit comments

Comments
 (0)