Skip to content

Commit

Permalink
Use a recent 3.1-DEVELOPMENT-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
ikesyo committed Mar 2, 2017
1 parent 2588a09 commit b26e951
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,15 @@ matrix:
install:
- eval "$(curl -sL https://gist.githubusercontent.com/kylef/5c0475ff02b7c7671d2a/raw/9f442512a46d7a2af7b850d65a7e9bd31edfb09b/swiftenv-install.sh)"
- script:
- docker run -v `pwd`:`pwd` -w `pwd` norionomura/swift:3120170205a swift test
env: JOB=Linux-Swift3.1
- swift build
- swift test
env:
- JOB=Linux
- SWIFT_VERSION=3.1-DEVELOPMENT-SNAPSHOT-2017-03-01-a
sudo: required
services: docker
dist: trusty
language: generic
install:
- eval "$(curl -sL https://gist.githubusercontent.com/kylef/5c0475ff02b7c7671d2a/raw/9f442512a46d7a2af7b850d65a7e9bd31edfb09b/swiftenv-install.sh)"
notifications:
email: false

0 comments on commit b26e951

Please sign in to comment.