From ef41a6f7046d828e1c40c9c448a24f03b0bb15a6 Mon Sep 17 00:00:00 2001 From: Dima Granetchi Date: Sun, 16 Nov 2014 05:55:47 +0200 Subject: [PATCH] Revert "switch travis to osx" This reverts commit 33b8ca972d752af31a5036c633a3818435590a99. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4c1ca1b..06415ef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ language: c # change this to objective-c to test on a mac machine env: global: - - OS=mac # add this too to let the script know that the OS is a mac + # - OS=mac # add this too to let the script know that the OS is a mac # - ARCH=i686 # add this to run in 32-bit mode. See availability at README # SAUCE_ACCESS_KEY - secure: "YOUR_ENCRYPTED_SAUCE_ACCESS_KEY" # if you want to use SauceLabs