We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5e214c commit ce83d22Copy full SHA for ce83d22
.travis.yml
@@ -8,8 +8,6 @@ matrix:
8
- os: osx
9
osx_image: xcode9.4
10
xcode_scheme: ReactiveTask
11
- before_script:
12
- - gem install xcpretty
13
script:
14
- set -o pipefail && xcodebuild -workspace "$TRAVIS_XCODE_WORKSPACE" -scheme "$TRAVIS_XCODE_SCHEME" test | xcpretty
15
env: JOB=Xcode9.4
@@ -24,8 +22,6 @@ matrix:
24
22
env: JOB=SWIFTPM_DARWIN
25
23
26
27
28
- - gem install cocoapods
29
30
- pod repo update
31
- pod spec lint --quick
0 commit comments