Skip to content

Commit

Permalink
Merge 595c2a6 into 16f9905
Browse files Browse the repository at this point in the history
  • Loading branch information
tverhoken committed Mar 15, 2018
2 parents 16f9905 + 595c2a6 commit 5c3ac2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .can-publish.sh
@@ -1,3 +1,3 @@
#!/bin/sh

if [[ $TRAVIS_BRANCH = 'master' ]] && [[ $TRAVIS_PULL_REQUEST = 'false' ]]; then echo true; else echo false; fi
if [ $TRAVIS_BRANCH = 'master' ] && [ $TRAVIS_PULL_REQUEST = 'false' ]; then echo true; else echo false; fi

0 comments on commit 5c3ac2c

Please sign in to comment.