Skip to content

Commit 8996b7d

Browse files
committed
Added podspec linting to CI.
1 parent ac9ef90 commit 8996b7d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ matrix:
5656
- carthage build --no-skip-current --platform watchOS
5757
env:
5858
- JOB=CARTHAGE-watchOS
59+
- script:
60+
- gem install cocoapods --pre
61+
- pod repo update
62+
- pod lib lint ReactiveSwift.podspec --allow-warnings
5963
- os: osx
6064
language: generic
6165
script: swift build

0 commit comments

Comments
 (0)