Skip to content

Commit

Permalink
Fix for the fix.
Browse files Browse the repository at this point in the history
I'm never writing a bourne shell script ever again.
  • Loading branch information
aduros committed Sep 6, 2014
1 parent 971bfc3 commit 4edd6b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/run-travis
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ flambe-demos/bin/build-all --debug

# Run the Selenium tests if the Sauce auth key is available (not in pull requests), and only run on
# one of the build workers
if [ "$TRAVIS_REPO_SLUG" = "aduros/flambe" ] && [ "$TRAVIS_SECURE_ENV_VARS" == "true" ] && [ "$TRAVIS_JOB_NUMBER" != "${TRAVIS_JOB_NUMBER/\.1/}" ]; then
if [ "$TRAVIS_REPO_SLUG" = "aduros/flambe" ] && [ "$TRAVIS_SECURE_ENV_VARS" = "true" ] && [ "$TRAVIS_JOB_NUMBER" != "${TRAVIS_JOB_NUMBER/\.1/}" ]; then
# Download and start Sauce Connect
mkdir -p /tmp/sauce
cd /tmp/sauce
Expand Down

0 comments on commit 4edd6b6

Please sign in to comment.