Skip to content

Commit

Permalink
ci: fix PR test
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Jul 10, 2019
1 parent 1877917 commit 7387110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/travis-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -ex

npm run lint

if ! $TRAVIS_PULL_REQUEST && [[ $TRAVIS_OS_NAME = osx ]]; then
if [[ $TRAVIS_PULL_REQUEST = false && $TRAVIS_OS_NAME = osx ]]; then
security create-keychain -p mynotsecretpassword build.keychain
security default-keychain -s build.keychain
security unlock-keychain -p mynotsecretpassword
Expand Down

0 comments on commit 7387110

Please sign in to comment.