Skip to content

Commit bd100c7

Browse files
authored
Update .travis.yml
1 parent 979262d commit bd100c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
# * http://www.objc.io/issue-6/travis-ci.html
33
# * https://github.com/supermarin/xcpretty#usage
44

5+
osx_image: xcode7.3
56
language: objective-c
6-
# cache: cocoapods
7+
cache: cocoapods
78
podfile: Example/Podfile
89
before_install:
9-
- rvm use 2.2.2
1010
- gem install cocoapods # Since Travis is not always on latest version
1111
- pod install --project-directory=Example
1212
install:

0 commit comments

Comments
 (0)