Skip to content

Commit e3fb683

Browse files
committed
Update .travis.yml
1 parent 2a0aa97 commit e3fb683

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.travis.yml

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

5+
osx_image: xcode7
56
language: objective-c
6-
# cache: cocoapods
7-
# podfile: Example/Podfile
8-
# before_install:
9-
# - gem install cocoapods # Since Travis is not always on latest version
10-
# - pod install --project-directory=Example
7+
cache: cocoapods
8+
podfile: Example/Podfile
9+
before_install:
10+
- gem install cocoapods # Since Travis is not always on latest version
11+
- pod install --project-directory=Example
1112
install:
1213
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet
1314
script:

0 commit comments

Comments
 (0)