Skip to content

Commit 15cfd52

Browse files
committed
Add .travis.yml
1 parent de8dafd commit 15cfd52

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
language: objective-c
2+
osx_image: xcode7.1
3+
before_install:
4+
- gem install xcpretty -N
5+
script:
6+
- set -o pipefail
7+
- xcodebuild -project SwiftCSV.xcodeproj -scheme "SwiftCSV" -sdk iphonesimulator
8+
-destination "platform=iOS Simulator,name=iPhone 6" ONLY_ACTIVE_ARCH=NO test | xcpretty -c
9+
- pod lib lint --quick

0 commit comments

Comments
 (0)