Skip to content
This repository has been archived by the owner on May 23, 2022. It is now read-only.

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
morizotter committed Sep 18, 2016
1 parent b25612e commit c93a105
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ machine:
version: "8.0"
test:
override:
- xcodebuild test -workspace Example.xcworkspace -scheme ExampleTests-en -destination 'platform=iOS Simulator,name=iPhone 6s,OS=10.0'
- xcodebuild test -workspace Example.xcworkspace -scheme ExampleTests-ja -destination 'platform=iOS Simulator,name=iPhone 6s,OS=10.0'
- xcodebuild test -workspace Example.xcworkspace -scheme ExampleTests-fr -destination 'platform=iOS Simulator,name=iPhone 6s,OS=10.0'
- xcodebuild test -project Example.xcodeproj -scheme ExampleTests-en -destination 'platform=iOS Simulator,name=iPhone 6s,OS=10.0'
- xcodebuild test -project Example.xcodeproj -scheme ExampleTests-ja -destination 'platform=iOS Simulator,name=iPhone 6s,OS=10.0'
- xcodebuild test -project Example.xcodeproj -scheme ExampleTests-fr -destination 'platform=iOS Simulator,name=iPhone 6s,OS=10.0'

0 comments on commit c93a105

Please sign in to comment.