blockchainethereumblockchain-walleterc20erc721walletxdaidappdecentralizederc1155erc875iosswifttokens
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.
28 lines
472 B
28 lines
472 B
language: swift
|
|
osx_image: xcode9.2
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
env:
|
|
- LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8
|
|
|
|
cache:
|
|
- cocoapods
|
|
- bundler
|
|
|
|
before_install:
|
|
- pod install --repo-update
|
|
- brew update
|
|
- brew install swiftlint || true
|
|
|
|
script:
|
|
- set -o pipefail
|
|
- fastlane tests
|
|
|
|
notifications:
|
|
slack: trust-wallet:33Vj3pGpKoBMTBAHTB8dF79n
|
|
email: false
|
|
|
|
after_success:
|
|
- bash <(curl -s https://copilot.blackducksoftware.com/ci/travis/scripts/upload)
|
|
|