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

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexruperez authored May 4, 2017
1 parent 06f85e9 commit 48ac2d0
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@ language: objective-c
xcode_project: IGZLocation.xcodeproj
xcode_scheme: IGZLocation

osx_image: xcode8.2
xcode_sdk: iphonesimulator10.2
osx_image: xcode8.3
xcode_sdk: iphonesimulator10.3

script:
- xcodebuild -project IGZLocation.xcodeproj -scheme IGZLocation -sdk iphonesimulator10.2 -destination "platform=iOS Simulator,name=iPhone 7,OS=10.1" -configuration Debug -enableCodeCoverage YES clean build test
- xcodebuild -project IGZLocation.xcodeproj -scheme IGZLocation -sdk iphonesimulator10.3 -destination "platform=iOS Simulator,name=iPhone 7,OS=10.3" -configuration Debug -enableCodeCoverage YES clean build test

after_success:
- bash <(curl -s https://codecov.io/bash)

0 comments on commit 48ac2d0

Please sign in to comment.