Skip to content

Commit 22964f1

Browse files
committed
update travis
1 parent 58a0801 commit 22964f1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ cache: bundler
44
xcode_project: web3swift.xcworkspace
55
xcode_scheme: web3swift-iOS
66
xcode_destination: platform=iOS Simulator, OS=12.2, name=iPhone X
7-
before_install:
8-
- brew install carthage || true
9-
- brew outdated carthage || brew upgrade carthage
10-
before_script:
11-
- carthage bootstrap --platform iOS --no-use-binaries --cache-builds
7+
#before_install:
8+
# - brew install carthage || true
9+
# - brew outdated carthage || brew upgrade carthage
10+
#before_script:
11+
# - carthage bootstrap --platform iOS --no-use-binaries --cache-builds
1212
script:
1313
- xcodebuild -scheme web3swift -project web3swift.xcodeproj -sdk iphonesimulator build test
1414
after_success:

0 commit comments

Comments
 (0)