language: swift os: osx osx_image: xcode10 script: - xcodebuild -enableCodeCoverage=YES -scheme MnemonicKitTests -workspace MnemonicKit.xcworkspace -destination platform\=iOS\ Simulator,OS\=12.0,name\=iPhone\ X build test after_success: - slather - bash <(curl -s https://codecov.io/bash) before_install: - gem install slather