[travis] Test on Linux and OS X

This commit is contained in:
Kyle Fuller
2016-02-26 16:18:00 -05:00
parent 070a82cb2d
commit affd56ec99

View File

@@ -1,8 +1,11 @@
os: os:
- osx - osx
- linux
language: generic
sudo: required
dist: trusty
osx_image: xcode7.2 osx_image: xcode7.2
install: install:
- curl -sL https://gist.github.com/kylef/5c0475ff02b7c7671d2a/raw/621ef9b29bbb852fdfd2e10ed147b321d792c1e4/swiftenv-install.sh | bash - eval "$(curl -sL https://gist.githubusercontent.com/kylef/5c0475ff02b7c7671d2a/raw/02090c7ede5a637b76e6df1710e83cd0bbe7dcdf/swiftenv-install.sh)"
script: script:
- . ~/.swiftenv/init
- make test - make test