mirror of https://github.com/SnapKit/SnapKit
travis CI: use Xcode 6.3.1
This commit is contained in:
parent
7d650ab529
commit
40c1cadb5a
14
.travis.yml
14
.travis.yml
|
@ -1,14 +1,14 @@
|
||||||
language: objective-c
|
language: objective-c
|
||||||
osx_image: xcode611
|
osx_image: beta-xcode6.3
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
env:
|
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:
|
before_install:
|
||||||
- gem install xcpretty -N
|
- gem install xcpretty -N
|
||||||
script:
|
script:
|
||||||
- set -o pipefail
|
- set -o pipefail
|
||||||
- xcodebuild -project SnapKit.xcodeproj -scheme "SnapKit iOS" -sdk iphonesimulator
|
- xcodebuild -project SnapKit.xcodeproj -scheme "SnapKit iOS" -sdk iphonesimulator
|
||||||
-destination "platform=iOS Simulator,name=iPhone 6" ONLY_ACTIVE_ARCH=NO test | xcpretty -c
|
-destination "platform=iOS Simulator,name=iPhone 6" ONLY_ACTIVE_ARCH=NO test | xcpretty -c
|
||||||
- pod lib lint --quick
|
- pod lib lint --quick
|
||||||
|
|
Loading…
Reference in New Issue