From 2b520b18f81d80005ffa2283a9809df60915ebd1 Mon Sep 17 00:00:00 2001 From: iziz Date: Mon, 22 Feb 2016 03:45:04 +0900 Subject: [PATCH] Enable travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b5293fa..a265328 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,6 @@ before_install: - gem install slather -N script: - - xctool -project libPhoneNumber.xcodeproj -scheme libPhoneNumber -destination "platform=iOS Simulator,name=iPhone 6" -sdk iphonesimulator clean build test ONLY_ACTIVE_ARCH=NO GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES +- xctool -project libPhoneNumber.xcodeproj -scheme libPhoneNumber -destination "platform=iOS Simulator,name=iPhone 6" -sdk iphonesimulator clean build test ONLY_ACTIVE_ARCH=NO GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES after_success: slather