Skip to content

Commit

Permalink
Update swift snapshot version for linux build and allow it to fail.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottrhoyt committed Aug 8, 2017
1 parent 4e9d129 commit 9c5e274
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,14 @@ matrix:
- script:
- swift build
- swift test
env: JOB=Linux SWIFT_VERSION=4.0
env: JOB=Linux SWIFT_VERSION=swift-4.0-DEVELOPMENT-SNAPSHOT-2017-08-04-a
sudo: required
dist: trusty
language: generic
install:
- eval "$(curl -sL https://gist.githubusercontent.com/kylef/5c0475ff02b7c7671d2a/raw/9f442512a46d7a2af7b850d65a7e9bd31edfb09b/swiftenv-install.sh)"
allow_failures:
- env: JOB=Linux SWIFT_VERSION=swift-4.0-DEVELOPMENT-SNAPSHOT-2017-08-04-a

exclude:
- script: placeholder # workaround for https://github.com/travis-ci/travis-ci/issues/4681
Expand Down

0 comments on commit 9c5e274

Please sign in to comment.