From 71ca8ea2b30610e54f6014924a7580a9dc5e1e1c Mon Sep 17 00:00:00 2001 From: berni Date: Fri, 24 May 2013 11:12:11 +0200 Subject: [PATCH] proper use of ifdef --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f41377cb..6fa3ed76 100644 --- a/Makefile +++ b/Makefile @@ -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'