ProxyResolver/.travis.yml

7 lines
220 B
YAML
Raw Normal View History

2018-06-01 03:13:38 +08:00
language: swift
osx_image: xcode9
2018-05-21 14:12:57 +08:00
script:
2018-06-12 23:36:47 +08:00
- set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/ProxyResolver.xcworkspace -scheme ProxyResolver-Tests -sdk macosx test | xcpretty
2018-05-21 14:12:57 +08:00
- pod lib lint