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

29 lines
472 B

7 years ago
language: swift
osx_image: xcode9.2
7 years ago
branches:
only:
- master
env:
- LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8
cache:
- cocoapods
- bundler
7 years ago
before_install:
- pod install --repo-update
7 years ago
- brew update
- brew install swiftlint || true
7 years ago
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)