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 78812ca commit a100d30Copy full SHA for a100d30
.travis.yml
@@ -0,0 +1,8 @@
1
+language: objective-c
2
+before_install:
3
+ - export LANG=en_US.UTF-8
4
+ - gem install cocoapods xcpretty --no-ri --no-rdoc
5
+ - pod install
6
+
7
+script:
8
+ - set -o pipefail && xcodebuild test -workspace SWTableViewCell.xcworkspace -scheme SWTableViewCell -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | xcpretty -c
0 commit comments