Skip to content

Commit 3c24d9a

Browse files
author
Pedro Piñera
committed
Remove Gemfile files and extract the CocoaPods step into another phase
1 parent 3a41315 commit 3c24d9a

File tree

3 files changed

+8
-91
lines changed

3 files changed

+8
-91
lines changed

.travis.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff 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
2730
notifications:
2831
email: false
2932
slack:

Gemfile

Lines changed: 0 additions & 6 deletions
This file was deleted.

Gemfile.lock

Lines changed: 0 additions & 80 deletions
This file was deleted.

0 commit comments

Comments
 (0)