This commit is contained in:
Max Howell
2019-01-17 17:31:29 -05:00
parent 4af0ee3983
commit cac06d89fb
3 changed files with 29 additions and 0 deletions

16
.travis.yml Normal file
View File

@@ -0,0 +1,16 @@
# only run for: merge commits, releases and pull-requests
if: type != push OR branch = master OR branch =~ /^\d+\.\d+(\.\d+)?(-\S*)?$/
jobs:
include:
- os: osx
language: swift
osx_image: xcode10.1
script: swift test
- env: SWIFT_VERSION=4.2.1
os: linux
language: generic
dist: trusty
sudo: false
install: eval "$(curl -sL https://swiftenv.fuller.li/install.sh)"
script: swift test