Skip to content

Instantly share code, notes, and snippets.

@owensd
Created April 29, 2017 00:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save owensd/dad5872b4f394013bbb537a0141f3ef5 to your computer and use it in GitHub Desktop.
Save owensd/dad5872b4f394013bbb537a0141f3ef5 to your computer and use it in GitHub Desktop.
matrix:
include:
- os: linux
dist: trusty
sudo: required
language: cpp
- os: osx
osx_image: xcode8.3
language: objective-c
sudo: required
script:
- swift build
- swift test
before_install:
- chmod ugo+x ./Scripts/InstallSwift.sh
- . ./Scripts/InstallSwift.sh
notifications:
email:
on_success: never
on_failure: change
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment