From 3663985bace1b856e43421bec377b936e9a77c31 Mon Sep 17 00:00:00 2001 From: Lowell Alleman Date: Thu, 28 Jun 2018 21:01:47 -0400 Subject: [PATCH] Fixed typo in travis config --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 05c4e6f..6dc7d5f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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