Skip to content

Commit ce83d22

Browse files
author
Pedro Piñera
committed
Remove unnecessary installs
1 parent e5e214c commit ce83d22

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ matrix:
88
- os: osx
99
osx_image: xcode9.4
1010
xcode_scheme: ReactiveTask
11-
before_script:
12-
- gem install xcpretty
1311
script:
1412
- set -o pipefail && xcodebuild -workspace "$TRAVIS_XCODE_WORKSPACE" -scheme "$TRAVIS_XCODE_SCHEME" test | xcpretty
1513
env: JOB=Xcode9.4
@@ -24,8 +22,6 @@ matrix:
2422
env: JOB=SWIFTPM_DARWIN
2523
- os: osx
2624
osx_image: xcode9.4
27-
before_script:
28-
- gem install cocoapods
2925
script:
3026
- pod repo update
3127
- pod spec lint --quick

0 commit comments

Comments
 (0)