language: swift
osx_image: xcode11.3
script:
- set -o pipefail && xcodebuild test -scheme CSV-macOS
after_success:
- bash <(curl -s https://codecov.io/bash)
notifications:
email: false