瀏覽代碼

travis CI: use Xcode 6.3.1

lituo 10 年之前
父節點
當前提交
40c1cadb5a
共有 1 個文件被更改,包括 7 次插入7 次删除
  1. 7 7
      .travis.yml

+ 7 - 7
.travis.yml

@@ -1,14 +1,14 @@
 language: objective-c
-osx_image: xcode611
+osx_image: beta-xcode6.3
 branches:
   only:
     - master
 env:
-- LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8
+  - LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8
 before_install:
-- gem install xcpretty -N
+  - gem install xcpretty -N
 script:
-- set -o pipefail
-- xcodebuild -project SnapKit.xcodeproj -scheme "SnapKit iOS" -sdk iphonesimulator
-  -destination "platform=iOS Simulator,name=iPhone 6" ONLY_ACTIVE_ARCH=NO  test | xcpretty -c
-- pod lib lint --quick
+  - set -o pipefail
+  - xcodebuild -project SnapKit.xcodeproj -scheme "SnapKit iOS" -sdk iphonesimulator
+    -destination "platform=iOS Simulator,name=iPhone 6" ONLY_ACTIVE_ARCH=NO  test | xcpretty -c
+  - pod lib lint --quick