Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zenangst committed May 11, 2017
1 parent 1f160da commit 2b2a42f
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 @@ -12,7 +12,7 @@ script:
- xcodebuild clean build -project Tailor.xcodeproj -scheme Tailor-iOS -sdk iphonesimulator
- xcodebuild test -project Tailor.xcodeproj -scheme Tailor-iOS -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 6,OS=10.3'
- xcodebuild clean build -project Tailor.xcodeproj -scheme Tailor-Mac -sdk macosx
- xcodebuild test -project Tailor.xcodeproj -scheme Tailor-Mac -sdk macosxy
- xcodebuild test -project Tailor.xcodeproj -scheme Tailor-Mac -sdk macosx
- xcodebuild -project Tailor.xcodeproj -scheme "Tailor-tvOS" -destination 'platform=tvOS Simulator,name=Apple TV 1080p,OS=10.1' clean build
- xcodebuild -project Tailor.xcodeproj -scheme "Tailor-tvOS" -destination 'platform=tvOS Simulator,name=Apple TV 1080p,OS=10.1' -enableCodeCoverage YES test

Expand Down

0 comments on commit 2b2a42f

Please sign in to comment.