From 53ddc5763ff88c9811e6e5f0831ae12c0981ee78 Mon Sep 17 00:00:00 2001 From: Nicholas Maccharoli Date: Fri, 21 Apr 2017 15:28:33 +0900 Subject: [PATCH] Update .travis.yml It looks like the `id` of the simulator device I was using changed, updating the ID should fix it. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e496167..df0481f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,6 @@ xcode_project: UIFontComplete.xcodeproj # path to your xcodeproj folder xcode_scheme: UIFontComplete script: - - xcodebuild test -scheme UIFontComplete -sdk iphonesimulator -destination 'id=375B606D-0484-4067-9E45-7697A3860886' + - xcodebuild test -scheme UIFontComplete -sdk iphonesimulator -destination 'id=2437D975-7A64-4F01-B8C9-2510D4DAF5AD' after_success: - bash <(curl -s https://codecov.io/bash) -- GitLab