Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
Changed device to run: iPhone XS
  • Loading branch information
macteo committed Nov 13, 2018
1 parent 9f41252 commit 8c15c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,6 +1,6 @@
language: objective-c
osx_image: xcode10.1
script: xcodebuild -project Marklight.xcodeproj -scheme 'Marklight iOS' -destination 'platform=iOS Simulator,OS=11.0,id=F0514456-8225-48CF-8CCB-F92C3267CF08' -enableCodeCoverage YES clean build test
script: xcodebuild -project Marklight.xcodeproj -scheme 'Marklight iOS' -destination 'platform=iOS Simulator,OS=12.1,id=B40F7090-26EE-4D2E-A7A2-C13E10EDA669' -enableCodeCoverage YES clean build test
after_success:
- bash <(curl -s https://codecov.io/bash)

Expand Down

0 comments on commit 8c15c40

Please sign in to comment.