Skip to content

Commit fc683c9

Browse files
committed
Add .travis.yml
1 parent 4f5f294 commit fc683c9

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.travis.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
language: objective-c
2+
osx_image: xcode8
3+
sudo: false
4+
rvm:
5+
- 2.3
6+
7+
cache:
8+
- bundler
9+
- cocoapods
10+
11+
install:
12+
- bundle install --deployment
13+
- bundle exec pod --version
14+
- bundle exec pod repo update --silent
15+
16+
script:
17+
- bundle exec pod lib lint --verbose --allow-warnings --fail-fast

0 commit comments

Comments
 (0)