Skip to content

Commit

Permalink
[PR #1534] Reactivated pod lib lint in travis build with .swift-versi…
Browse files Browse the repository at this point in the history
…on file.
  • Loading branch information
ThibaultVlacich authored and cnoon committed Sep 15, 2016
1 parent 50e71fb commit 0ac38d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions .swift-version
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1 @@
3.0
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ script:
xcodebuild -workspace "$WORKSPACE" -scheme "$EXAMPLE_SCHEME" -sdk "$SDK" -destination "$DESTINATION" -configuration Debug ONLY_ACTIVE_ARCH=NO build | xcpretty -c; xcodebuild -workspace "$WORKSPACE" -scheme "$EXAMPLE_SCHEME" -sdk "$SDK" -destination "$DESTINATION" -configuration Debug ONLY_ACTIVE_ARCH=NO build | xcpretty -c;
fi fi


# Temporarily disabling pod lib lint check due to CocoaPods issue: https://github.com/CocoaPods/CocoaPods/issues/5661
# Run `pod lib lint` if specified # Run `pod lib lint` if specified
# - if [ $POD_LINT == "YES" ]; then - if [ $POD_LINT == "YES" ]; then
# pod lib lint; pod lib lint;
# fi fi

0 comments on commit 0ac38d7

Please sign in to comment.