Skip to content

Commit

Permalink
Update TravisCI script
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandro-isaza committed Nov 26, 2017
1 parent 95d5e6e commit bb4ad1a
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
language: objective-c
xcode_project: HDF5Kit.xcodeproj
xcode_scheme: HDF5Kit-OSX
osx_image: xcode8
osx_image: xcode9.1

script:
- set -o pipefail
- xcodebuild clean test -project HDF5Kit.xcodeproj -scheme "HDF5Kit-OSX"
- xcodebuild clean test -project HDF5Kit.xcodeproj -scheme "HDF5Kit-iOS" -destination 'platform=iOS Simulator,name=iPhone 7'

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

0 comments on commit bb4ad1a

Please sign in to comment.