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 58a0801 commit 22964f1Copy full SHA for 22964f1
.travis.yml
@@ -4,11 +4,11 @@ cache: bundler
4
xcode_project: web3swift.xcworkspace
5
xcode_scheme: web3swift-iOS
6
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
+#before_install:
+# - brew install carthage || true
+# - brew outdated carthage || brew upgrade carthage
+#before_script:
+# - carthage bootstrap --platform iOS --no-use-binaries --cache-builds
12
script:
13
- xcodebuild -scheme web3swift -project web3swift.xcodeproj -sdk iphonesimulator build test
14
after_success:
0 commit comments