Support Swift 1.2

This commit is contained in:
Kyle Fuller
2015-06-29 15:21:59 -07:00
parent 0212e8781c
commit 19a7abce4c
23 changed files with 196 additions and 206 deletions

View File

@@ -1,10 +1,8 @@
language: objective-c
osx_image: xcode61
osx_image: xcode63
before_install:
- gem install cocoapods --pre
- gem install xcpretty
script:
- set -o pipefail
- xcodebuild -project Stencil.xcodeproj -scheme Stencil test | xcpretty -c
- xcodebuild -project Stencil.xcodeproj -scheme Stencil test -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | xcpretty -c
- pod lib lint --quick
- xcodebuild -workspace Stencil.xcworkspace -scheme Stencil test | xcpretty -c
- pod lib lint