Delete .travis.yml
This commit is contained in:
parent
a3daad13b7
commit
5b885cdebd
|
@ -1 +0,0 @@
|
|||
5.0
|
13
.travis.yml
13
.travis.yml
|
@ -1,13 +0,0 @@
|
|||
os:
|
||||
- linux
|
||||
- osx
|
||||
language: generic
|
||||
sudo: required
|
||||
dist: trusty
|
||||
osx_image: xcode10.2
|
||||
install:
|
||||
- if [[ "$TRAVIS_OS_NAME" != "osx" ]]; then eval "$(curl -sL https://swiftenv.fuller.li/install.sh)"; fi
|
||||
script:
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then xcodebuild test -scheme ULID-macOS; else swift test; fi
|
||||
after_success:
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then bash <(curl -s https://codecov.io/bash); fi
|
Loading…
Reference in New Issue