Skip to content

Commit

Permalink
Fix name of podspec in CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
rastersize committed Feb 9, 2016
1 parent c68e891 commit a38fa78
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 @@ -48,7 +48,7 @@ env:
- PROJECT_LIBRARY="SPTDataLoader.xcodeproj"
- PROJECT_DEMO="SPTDataLoaderDemo.xcodeproj"
- PROJECT_FRAMEWORK="SPTDataLoaderFramework.xcodeproj"
- PODSPEC="SPTDataLoaderDemo.podspec"
- PODSPEC="SPTDataLoader.podspec"
matrix:
- TEST_SDK=iphonesimulator TEST_DEST="platform=iOS Simulator,OS=8.1,name=iPhone 6" SCHEME="$SCHEME_IOS_LIBRARY" BUILD_ACTIONS="$BUILD_TEST" EXTRA_ARGUMENTS="$ENABLE_CODE_COVERAGE" PROJECT="$PROJECT_LIBRARY"
- TEST_SDK=iphonesimulator TEST_DEST="platform=iOS Simulator,OS=8.2,name=iPhone 4s" SCHEME="$SCHEME_IOS_LIBRARY" BUILD_ACTIONS="$BUILD_TEST" EXTRA_ARGUMENTS="$ENABLE_CODE_COVERAGE" PROJECT="$PROJECT_LIBRARY"
Expand Down

0 comments on commit a38fa78

Please sign in to comment.