Skip to content

Commit e2805ef

Browse files
committed
Fix for travis
1 parent aa8ddf2 commit e2805ef

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# reference: http://www.objc.io/issue-6/travis-ci.html
22

33
language: objective-c
4-
before_install: cd Example && pod install && cd -
4+
before_install:
5+
- gem install cocoapods --no-rdoc --no-ri --no-document --quiet
6+
- cd Example && pod install && cd -
57
script:
68
- xctool test -workspace Example/CacheKit.xcworkspace -scheme CacheKit -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO

0 commit comments

Comments
 (0)