Skip to content

Commit 69cd72a

Browse files
committed
trying to fix Travis
1 parent f7e69db commit 69cd72a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ xcode_scheme: web3swift-iOS
55
xcode_destination: platform=iOS Simulator, OS=12.0, name=iPhone X
66
before_install:
77
- gem install cocoapods --pre --no-rdoc --no-ri --no-document --quiet
8-
- pod install
8+
- pod install --repo-update
99
script:
1010
- xcodebuild -scheme web3swift-iOS -workspace web3swift.xcworkspace -sdk iphonesimulator build test
1111
after_success:

0 commit comments

Comments
 (0)