From ea1cfc8eb1d11f0bae22d5cee1763f87ff05bf1d Mon Sep 17 00:00:00 2001 From: Jorge Canizales Date: Wed, 28 Oct 2015 07:50:54 -0700 Subject: Restrict tests to simulator MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Device builds require code signing, that isn’t set up (they probably wouldn’t work anyway - I don’t think Travis is attaching devices to their VMs). --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index c0d7c25280..518b1b8e3f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,5 +22,6 @@ before_script: - bins/$CONFIG/interop_server --port=5051 --use_tls & xcode_workspace: src/objective-c/tests/Tests.xcworkspace xcode_scheme: AllTests +xcode_sdk: iphonesimulator9.1 notifications: email: false -- cgit v1.2.3