An advanced Ethereum/EVM mobile wallet
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
alpha-wallet-ios/.travis.yml

26 lines
538 B

7 years ago
language: swift
osx_image: xcode10.1
7 years ago
branches:
only:
- master
env:
- LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8
cache:
- bundler
- cocoapods
7 years ago
before_install:
- gem install cocoapods -v '1.8.4'
- pod install --repo-update
7 years ago
- brew update
- brew install swiftlint || true
7 years ago
script:
- set -o pipefail
- xcodebuild -workspace AlphaWallet.xcworkspace -scheme AlphaWalletTests -sdk iphonesimulator -destination "platform=iOS Simulator,name=iPhone X" test | xcpretty
after_success:
- bash <(curl -s https://codecov.io/bash)