Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
Fixed typo in travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
lowell80 committed Jun 29, 2018
1 parent cbe7e89 commit 3663985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -60,7 +60,7 @@ after_success:
- codecov
- if [[ $BUILD_SDIST == "true" && $TRAVIS_BRANCH =~ ^v.* ]]; then export DO_RELEASE=true; echo "Can we build it? Yes we can!"; else echo "nah"; fi
- |
if [[ BUILD_OSX_APP == "true" && $TRAVIS_BRANCH =~ ^v.* ]]; then
if [[ $BUILD_OSX_APP == "true" && $TRAVIS_BRANCH =~ ^v.* ]]; then
export BUILD_OSX_APP=now
echo "Launching pyinstaller...."
pip install pyinstaller

0 comments on commit 3663985

Please sign in to comment.