We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de8dafd commit 15cfd52Copy full SHA for 15cfd52
.travis.yml
@@ -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