Explorar el Código

Update Travis CI configuration

ibireme hace 8 años
padre
commit
bae37f4524
Se han modificado 1 ficheros con 9 adiciones y 2 borrados
  1. 9 2
      .travis.yml

+ 9 - 2
.travis.yml

@@ -1,7 +1,14 @@
 language: objective-c
-osx_image: xcode7
+osx_image: xcode8
 xcode_project: Framework/YYWebImage.xcodeproj
 xcode_scheme: YYWebImage
 
+before_install:
+- env
+- xcodebuild -version
+- xcodebuild -showsdks
+- xcpretty --version
+
 script:
-- xctool -project Framework/YYWebImage.xcodeproj -scheme YYWebImage build test CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
+- set -o pipefail
+- xcodebuild clean build -project "$TRAVIS_XCODE_PROJECT"  -scheme "$TRAVIS_XCODE_SCHEME" | xcpretty