Skip to content
This repository has been archived by the owner on Oct 29, 2021. It is now read-only.

Commit

Permalink
Updated .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Rupérez committed Jun 15, 2017
1 parent 6099d39 commit 1138a1d
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 @@ -2,7 +2,7 @@ language: swift
osx_image: xcode8.3
script:
- xcodebuild -workspace Kommander.xcworkspace -scheme Major -destination "platform=iOS
Simulator,name=iPhone 7,OS=10.3" -configuration Debug -enableCodeCoverage YES clean
Simulator,name=iPhone 7,OS=10.3.1" -configuration Debug -enableCodeCoverage YES clean
build test
after_success:
- bash <(curl -s https://codecov.io/bash)
Expand Down

0 comments on commit 1138a1d

Please sign in to comment.