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 aa8ddf2 commit e2805efCopy full SHA for e2805ef
.travis.yml
@@ -1,6 +1,8 @@
1
# reference: http://www.objc.io/issue-6/travis-ci.html
2
3
language: objective-c
4
-before_install: cd Example && pod install && cd -
+before_install:
5
+ - gem install cocoapods --no-rdoc --no-ri --no-document --quiet
6
+ - cd Example && pod install && cd -
7
script:
8
- xctool test -workspace Example/CacheKit.xcworkspace -scheme CacheKit -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO
0 commit comments