From acf31db4b3848685403e0febff9b5cc6bdebb47d Mon Sep 17 00:00:00 2001 From: Michael Kirk Date: Wed, 28 Jun 2017 18:04:25 -1000 Subject: [PATCH] bump travis image to 8.3 // FREEBIE --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4d6888eb85..b2713ea3db 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: objective-c -osx_image: xcode8 +osx_image: xcode8.3 env: -EARLY_START_SIMULATOR=1 # early starting simulator reduces false negatives due to test timeouts