Skip to content
This repository was archived by the owner on Jun 13, 2023. It is now read-only.

Commit 2256130

Browse files
author
Steffen Matthischke
committed
travis-ci: lint the podspec rather than deploying it on each branch
1 parent 371a068 commit 2256130

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,18 @@ install: bundle install
1111

1212
jobs:
1313
include:
14+
- stage: test
15+
env: CocoaPods
16+
script: pod spec lint ParseLiveQuery.podspec --quick
1417
- stage: distribution
1518
env: CocoaPods
19+
script: skip
1620
deploy:
1721
provider: script
1822
skip_cleanup: true
1923
script: ./publish.sh
2024
on:
2125
tags: true
22-
all_branches: true
2326
- stage: distribution
2427
env: Docs
2528
script: bundle exec jazzy

0 commit comments

Comments
 (0)