Skip to content

Commit

Permalink
later snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
tanner0101 committed Feb 4, 2016
1 parent e0a5c43 commit 165e1bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ sudo: required
dist: trusty

env:
- SWIFT_VERSION=swift-2.2-SNAPSHOT-2015-12-01-b
#- SWIFT_VERSION=swift-2.2-SNAPSHOT-2015-12-01-b
- SWIFT_VESRION=swift-DEVELOPMENT-SNAPSHOT-2016-01-25-a

install:
- mkdir swift
- curl https://swift.org/builds/ubuntu1404/$SWIFT_VERSION/$SWIFT_VERSION-ubuntu14.04.tar.gz -s | tar xz -C swift &> /dev/null

script:
- touch /Users/travis/build/tannernelson/vapor/Sources/main.swift
- env PATH=$(pwd)/swift/$SWIFT_VERSION-ubuntu14.04/usr/bin:$PATH swift build

0 comments on commit 165e1bb

Please sign in to comment.