Skip to content

Commit

Permalink
proper use of ifdef
Browse files Browse the repository at this point in the history
  • Loading branch information
bernii committed May 24, 2013
1 parent dd35348 commit 71ca8ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ test_local:

# run saucelabs test, configure username/key first
test_saucelabs:
ifdef ($(TRAVIS))
ifdef TRAVIS
# run saucelabs test if this is not a pull request
ifneq ($(TRAVIS_PULL_REQUEST),false)
@echo 'Skipping Sauce Labs tests as this is a pull request'
Expand Down

0 comments on commit 71ca8ea

Please sign in to comment.