Use spectre-build for tests
This commit is contained in:
8
.travis.yml
Normal file
8
.travis.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
os:
|
||||
- osx
|
||||
osx_image: xcode7.2
|
||||
install:
|
||||
- curl -sL https://gist.github.com/kylef/5c0475ff02b7c7671d2a/raw/621ef9b29bbb852fdfd2e10ed147b321d792c1e4/swiftenv-install.sh | bash
|
||||
script:
|
||||
- . ~/.swiftenv/init
|
||||
- make test
|
||||
Reference in New Issue
Block a user