Skip to content

Commit

Permalink
use xcodebuild instead of xctool
Browse files Browse the repository at this point in the history
  • Loading branch information
cezheng committed Sep 18, 2016
1 parent 7f08d98 commit 50aff97
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 @@ -18,4 +18,4 @@ env:

script:
- xcode-select -p
- xctool -project "$XCODEPROJ" -scheme "$SCHEME" -destination "$DESTINATION" -sdk $SDK $ACTION
- xcodebuild -project "$XCODEPROJ" -scheme "$SCHEME" -destination "$DESTINATION" -sdk $SDK $ACTION

0 comments on commit 50aff97

Please sign in to comment.