Last active
June 14, 2016 08:20
-
-
Save Danappelxx/840f54735eb13a2fb36073e44eca576e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
notifications: | |
slack: zewo:VjyVCCQvTOw9yrbzQysZezD1 | |
os: | |
- linux | |
- osx | |
language: generic | |
sudo: required | |
dist: trusty | |
osx_image: xcode8 | |
install: | |
- eval "$(curl -sL https://raw.githubusercontent.com/Zewo/Zewo/master/Scripts/install-swift.sh)" | |
script: | |
- swift build | |
- swift build -c release | |
- swift test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment