Skip to content

Commit

Permalink
update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
skywinder committed Apr 4, 2020
1 parent 58a0801 commit 22964f1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ cache: bundler
xcode_project: web3swift.xcworkspace
xcode_scheme: web3swift-iOS
xcode_destination: platform=iOS Simulator, OS=12.2, name=iPhone X
before_install:
- brew install carthage || true
- brew outdated carthage || brew upgrade carthage
before_script:
- 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
script:
- xcodebuild -scheme web3swift -project web3swift.xcodeproj -sdk iphonesimulator build test
after_success:
Expand Down

0 comments on commit 22964f1

Please sign in to comment.