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 1cc4927 commit 2138678Copy full SHA for 2138678
.travis.yml
@@ -0,0 +1,11 @@
1
+language: objective-c
2
+osx_image: xcode10
3
+xcode_project: web3swift.xcworkspace # path to your xcodeproj folder
4
+xcode_scheme: web3swift-iOS
5
+xcode_destination: platform=iOS Simulator, OS=12.0, name=iPhone X
6
+before_install:
7
+ - gem install cocoapods --pre --no-rdoc --no-ri --no-document --quiet
8
+script:
9
+ - xcodebuild -scheme web3swift-iOS -workspace web3swift.xcworkspace -sdk iphonesimulator build test
10
+after_success:
11
+ - bash <(curl -s https://codecov.io/bash)
0 commit comments