Skip to content

Commit 4fcdd97

Browse files
committed
F* bash
1 parent 60def87 commit 4fcdd97

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis/travis.sh

+3
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,18 @@ should_deploy(){
1111
if [[ $TRAVIS_PULL_REQUEST == false
1212
&& $TRAVIS_REPO_SLUG == 'python/peps'
1313
&& $TRAVIS_BRANCH == 'master' ]]; then
14+
echo 'Should deploy'
1415
return 1
1516
fi
1617

1718
if [[ $TRAVIS_PULL_REQUEST == false
1819
&& $TRAVIS_REPO_SLUG != 'python/peps'
1920
&& $TRAVIS_BRANCH != 'master'
2021
&& $TRAVIS_BRANCH != 'gh-pages' ]]; then
22+
echo 'Should deploy'
2123
return 1
2224
fi
25+
echo 'Should not deploy'
2326
return 0
2427

2528

0 commit comments

Comments
 (0)