We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a0aa97 commit e3fb683Copy full SHA for e3fb683
.travis.yml
@@ -2,12 +2,13 @@
2
# * http://www.objc.io/issue-6/travis-ci.html
3
# * https://github.com/supermarin/xcpretty#usage
4
5
+osx_image: xcode7
6
language: objective-c
-# 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
+cache: cocoapods
+podfile: Example/Podfile
+before_install:
+ - gem install cocoapods # Since Travis is not always on latest version
11
+ - pod install --project-directory=Example
12
install:
13
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet
14
script:
0 commit comments