Skip to content
This repository was archived by the owner on Sep 12, 2019. It is now read-only.

Commit 1e8efd0

Browse files
authored
Update .travis.yml
1 parent 452fd54 commit 1e8efd0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ language: objective-c
33

44
# cache: cocoapods
55
podfile: Example/Podfile
6-
# before_install:
7-
# - gem install cocoapods # Since Travis is not always on latest version
8-
# - pod install --project-directory=Example
6+
before_install:
7+
- gem install cocoapods # Since Travis is not always on latest version
8+
- pod repo update
9+
- pod install --project-directory=Example
910

1011
#script:
1112
#- set -o pipefail && xcodebuild test -workspace Example/EncryptedDATAStack.xcworkspace -scheme EncryptedDATAStack-Example -destination 'platform=iOS Simulator,name=iPhone 7' ONLY_ACTIVE_ARCH=NO | xcpretty

0 commit comments

Comments
 (0)