From 8bf185d820b0ec0ea7b270a0634005d5523f6ed1 Mon Sep 17 00:00:00 2001 From: ed-mejia Date: Thu, 18 Aug 2016 09:34:20 +1000 Subject: [PATCH] Updated travis OS and Simulator --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 98fe3be..ce31c91 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ before_install: script: - pod lib lint - - xcodebuild clean build test -project Validator.xcodeproj -scheme Validator -sdk iphonesimulator9.1 -destination "OS=9.1,name=iPhone 6" -enableCodeCoverage YES | xcpretty + - xcodebuild clean build test -project Validator.xcodeproj -scheme Validator -sdk iphonesimulator10.0 -destination "OS=10.0,name=iPhone 6" -enableCodeCoverage YES | xcpretty after_success: