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

Commit 71bfad4

Browse files
committed
Add deployment tests to Travis-CI.
1 parent 85955db commit 71bfad4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ env:
1212
matrix:
1313
- TEST_TYPE=iOS
1414
- TEST_TYPE=CocoaPods
15+
- TEST_TYPE=Package
1516
script:
1617
- |
1718
if [ "$TEST_TYPE" = iOS ]; then
@@ -20,6 +21,8 @@ script:
2021
elif [ "$TEST_TYPE" = CocoaPods ]; then
2122
pod lib lint ParseFacebookUtilsV4.podspec
2223
pod lib lint --use-libraries ParseFacebookUtilsV4.podspec
24+
elif [ "$TEST_TYPE" = Package ]; then
25+
bundle exec rake package:frameworks
2326
fi
2427
after_success:
2528
- |

0 commit comments

Comments
 (0)