Skip to content

Commit

Permalink
Update travis yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksii Dykan committed Nov 3, 2017
1 parent ea0b5fb commit d9e199b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
language: objective-c
osx_image: xcode8
osx_image: xcode9.1

script:
- open -a "simulator" --args -CurrentDeviceUDID A84965FC-070D-4EAF-83E8-84FFE99F5866
- xcodebuild clean build test -project KalmanFilter.xcodeproj -scheme KalmanFilter -destination 'platform=iOS Simulator,name=iPhone 6'
- xcodebuild clean build test -project KalmanFilter.xcodeproj -scheme KalmanFilter -destination 'platform=iOS Simulator,name=iPhone 8'

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

0 comments on commit d9e199b

Please sign in to comment.