Skip to content

Instantly share code, notes, and snippets.

@jpmartha
Created April 8, 2016 10:22
Show Gist options
  • Save jpmartha/6e2d2cbec4010aa3d9387b7dfd044fc4 to your computer and use it in GitHub Desktop.
Save jpmartha/6e2d2cbec4010aa3d9387b7dfd044fc4 to your computer and use it in GitHub Desktop.
Try Running The Swift Package Manager on Travis CI
language: objective-c
osx_image: xcode7.3
env:
- TOOLCHAINS=swift
script:
- swift build --fetch
before_install:
- TOOLCHAIN_VERSION=swift-DEVELOPMENT-SNAPSHOT-2016-03-24-a
- curl -O https://swift.org/builds/development/xcode/${TOOLCHAIN_VERSION}/${TOOLCHAIN_VERSION}-osx.pkg
- sudo installer -pkg ${TOOLCHAIN_VERSION}-osx.pkg -target /
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment