Skip to content

Commit a100d30

Browse files
committed
added travis integration
1 parent 78812ca commit a100d30

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)