From 8c36d72227f76f13b0d431670f6bedcd5b76b056 Mon Sep 17 00:00:00 2001 From: Prateek Srivastava Date: Wed, 6 Jul 2016 10:52:30 -0600 Subject: [PATCH 1/2] Use vanilla xcodebuild in CI --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4bd8b952c..d158dd477 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ before_install: - make bootstrap script: - - make xcbuild xctest lint carthage + - make build test lint carthage before_deploy: - make archive From 57ce72d53177144056e341c832f2393e4a59bae6 Mon Sep 17 00:00:00 2001 From: Prateek Srivastava Date: Wed, 6 Jul 2016 11:31:48 -0600 Subject: [PATCH 2/2] use xcpretty in ci --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d158dd477..f8283ad2e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ before_install: - make bootstrap script: - - make build test lint carthage + - make build-pretty test-pretty lint carthage before_deploy: - make archive