Skip to content

Commit

Permalink
fixes travis_pull_request test
Browse files Browse the repository at this point in the history
  • Loading branch information
petong committed Jan 25, 2019
1 parent 796bb7f commit 6ebfb8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/electron-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ fi
echo "running post_build.py"
echo "travis branch: $TRAVIS_BRANCH"
echo "PR #: $TRAVIS_PULL_REQUEST"
if ! [ $TRAVIS_PULL_REQUEST ]; then
if ! [[ $TRAVIS_PULL_REQUEST == 'false' ]]; then
which python
python scripts/post_build.py
cat dist/*.sha256
Expand Down

0 comments on commit 6ebfb8c

Please sign in to comment.