Delete .travis.yml

This commit is contained in:
Yasuhiro Hatta 2022-02-06 19:24:37 +09:00
parent a3daad13b7
commit 5b885cdebd
2 changed files with 0 additions and 14 deletions

View File

@ -1 +0,0 @@
5.0

View File

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