Skip to content

Commit

Permalink
[Integration Tests] Remove a tweak which was for supporting both Xcod…
Browse files Browse the repository at this point in the history
…e 7 and Xcode 8
  • Loading branch information
ikesyo committed May 19, 2017
1 parent 0bdc23e commit 295c39c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ matrix:
- bats Source/CarthageIntegration
env:
- JOB=INTEGRATION_TESTS
- XCODE_ACTION=build-for-testing
notifications:
email: false
slack:
Expand Down
2 changes: 1 addition & 1 deletion Source/CarthageIntegration/copy-frameworks.bats
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ teardown() {
run carthage update --platform ios
[ "$status" -eq 0 ]

run xcodebuild clean ${XCODE_ACTION:-test} -scheme CarthageCopyFrameworksFixture -sdk iphonesimulator -destination "name=iPhone 6s"
run xcodebuild clean build-for-testing -scheme CarthageCopyFrameworksFixture -sdk iphonesimulator -destination "name=iPhone 6s"
[ "$status" -eq 0 ]

ARCHIVE_APP_DIR=CarthageCopyFrameworksFixture.xcarchive/Products/Applications
Expand Down

0 comments on commit 295c39c

Please sign in to comment.