diff --git a/.travis.yml b/.travis.yml index 32eb84b..108fe7e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,7 @@ language: objective-c -osx_image: xcode7.3 - +osx_image: xcode7.1 branches: only: - master - script: -- xcodebuild clean build test -project PainlessInjection.xcodeproj -scheme PainlessInjection -sdk iphonesimulator \ No newline at end of file + - xcodebuild test -project PainlessInjection.xcodeproj -scheme PainlessInjection -sdk iphonesimulator9.3 ONLY_ACTIVE_ARCH=NO | xcpretty \ No newline at end of file