Skip to content

Commit

Permalink
Merge pull request #59 from matterinc/develop
Browse files Browse the repository at this point in the history
Preliminary ENS support, start module splitting
  • Loading branch information
shamatar authored Oct 4, 2018
2 parents f6dfc57 + 97dfece commit 85c36b0
Show file tree
Hide file tree
Showing 1,277 changed files with 11,630 additions and 55,189 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## Build generated
build/
DerivedData/

.build
## Various settings
*.pbxuser
!default.pbxuser
Expand Down
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language: objective-c
osx_image: xcode10
xcode_project: web3swift.xcworkspace # path to your xcodeproj folder
xcode_scheme: web3swift-iOS
xcode_destination: platform=iOS Simulator, OS=12.0, name=iPhone X
before_install:
- gem install cocoapods --pre --no-rdoc --no-ri --no-document --quiet
- pod install --repo-update
script:
- xcodebuild -scheme web3swift-iOS -workspace web3swift.xcworkspace -sdk iphonesimulator build test
after_success:
- bash <(curl -s https://codecov.io/bash)
1 change: 1 addition & 0 deletions Documentation/AdvancedUsage.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Loading

0 comments on commit 85c36b0

Please sign in to comment.