File tree Expand file tree Collapse file tree 3 files changed +8
-91
lines changed
Expand file tree Collapse file tree 3 files changed +8
-91
lines changed Original file line number Diff line number Diff line change @@ -9,21 +9,24 @@ matrix:
99 osx_image : xcode9.4
1010 xcode_scheme : ReactiveTask
1111 script :
12- - set -o pipefail && xcodebuild -workspace "$TRAVIS_XCODE_WORKSPACE" -scheme "$TRAVIS_XCODE_SCHEME" test | bundle exec xcpretty
12+ - set -o pipefail && xcodebuild -workspace "$TRAVIS_XCODE_WORKSPACE" -scheme "$TRAVIS_XCODE_SCHEME" test | xcpretty
1313 env : JOB=Xcode9.4
1414 - os : osx
1515 osx_image : xcode9.4
16- before_script :
17- - bundle install
1816 script :
1917 - swift --version
2018 - swift build
2119 - swift test
22- - bundle exec pod repo update
23- - bundle exec pod spec lint --quick
2420 git :
2521 submodules : false
2622 env : JOB=SWIFTPM_DARWIN
23+ - os : osx
24+ osx_image : xcode9.4
25+ before_script :
26+ - gem install cocoapods
27+ script :
28+ - pod repo update
29+ - pod spec lint --quick
2730notifications :
2831 email : false
2932 slack :
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments