Skip to content

Commit

Permalink
chore(ci): Allow CocoaPods warnings
Browse files Browse the repository at this point in the history
The warning is usually about not supplying the Swift version.
  • Loading branch information
kylef committed Jan 31, 2018
1 parent 9045d64 commit 36f4ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ script:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then xcodebuild -project JWT.xcodeproj -scheme JWT-iOS build -sdk iphonesimulator; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then xcodebuild -project JWT.xcodeproj -scheme JWT-tvOS build -sdk appletvsimulator; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then xcodebuild -project JWT.xcodeproj -scheme JWT-watchOS build -sdk watchsimulator; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then pod lib lint; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then pod lib lint --allow-warnings; fi

0 comments on commit 36f4ee0

Please sign in to comment.