Rename OSX to macOS
This commit is contained in:
parent
0030f5dffd
commit
69fe1b65c7
|
@ -1,7 +1,7 @@
|
|||
language: swift
|
||||
osx_image: xcode8.3
|
||||
script:
|
||||
- set -o pipefail && xcodebuild test -scheme CSV-OSX
|
||||
- set -o pipefail && xcodebuild test -scheme CSV-macOS
|
||||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
notifications:
|
||||
|
|
Loading…
Reference in New Issue