Rename OSX to macOS

This commit is contained in:
Yasuhiro Hatta 2017-07-17 15:34:25 +09:00
parent 0030f5dffd
commit 69fe1b65c7
1 changed files with 1 additions and 1 deletions

View File

@ -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: