Skip to content
This repository has been archived by the owner on Jan 16, 2021. It is now read-only.

Commit

Permalink
Add deployment tests to Travis-CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
nlutsenko committed Dec 10, 2015
1 parent 85955db commit 71bfad4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ env:
matrix:
- TEST_TYPE=iOS
- TEST_TYPE=CocoaPods
- TEST_TYPE=Package
script:
- |
if [ "$TEST_TYPE" = iOS ]; then
Expand All @@ -20,6 +21,8 @@ script:
elif [ "$TEST_TYPE" = CocoaPods ]; then
pod lib lint ParseFacebookUtilsV4.podspec
pod lib lint --use-libraries ParseFacebookUtilsV4.podspec
elif [ "$TEST_TYPE" = Package ]; then
bundle exec rake package:frameworks
fi
after_success:
- |
Expand Down

0 comments on commit 71bfad4

Please sign in to comment.