Skip to content

Commit 0ab3f8d

Browse files
committed
Fix travis build failure
1 parent 2617bb9 commit 0ab3f8d

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.travis.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: objective-c
2-
osx_image: xcode8
2+
osx_image: xcode8.3
33
sudo: false
44
rvm:
55
- 2.3
@@ -8,10 +8,5 @@ cache:
88
- bundler
99
- cocoapods
1010

11-
install:
12-
- bundle install --deployment
13-
- bundle exec pod --version
14-
- bundle exec pod repo update --verbose
15-
1611
script:
1712
- bundle exec pod lib lint --verbose --allow-warnings --fail-fast

0 commit comments

Comments
 (0)