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

Commit

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

- xcodebuild test -scheme Example-en -workspace Example.xcworkspace -destination 'platform=iOS Simulator,name=iPhone 6s,OS=10.0'
- xcodebuild test -scheme Example-ja -workspace Example.xcworkspace -destination 'platform=iOS Simulator,name=iPhone 6s,OS=10.0'
- xcodebuild test -scheme Example-fr -workspace Example.xcworkspace -destination 'platform=iOS Simulator,name=iPhone 6s,OS=10.0'

0 comments on commit 02a21b5

Please sign in to comment.