From 6df6d3628c6be682ed72433f434e28a8fb5bba34 Mon Sep 17 00:00:00 2001 From: Max Sokolov Date: Wed, 13 Apr 2016 00:43:21 +0300 Subject: [PATCH] update travis-ci config --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 8ad958a..c5ba7de 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ branches: only: - master before_install: + - brew install xctool - cd Tablet script: - xctool clean build test -project Tablet.xcodeproj -scheme Tablet -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 6' GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES