Skip to content

Commit

Permalink
Travis: do not build w/ 3.1 on Linux
Browse files Browse the repository at this point in the history
... swiftc crasher.
  • Loading branch information
helje5 committed May 29, 2017
1 parent a990105 commit 390702b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ matrix:
dist: trusty
env: SWIFT_SNAPSHOT_NAME="https://swift.org/builds/swift-3.0.2-release/ubuntu1404/swift-3.0.2-RELEASE/swift-3.0.2-RELEASE-ubuntu14.04.tar.gz"
sudo: required
- os: Linux
dist: trusty
env: SWIFT_SNAPSHOT_NAME="https://swift.org/builds/swift-3.1.1-release/ubuntu1404/swift-3.1.1-RELEASE/swift-3.1.1-RELEASE-ubuntu14.04.tar.gz"
sudo: required
# swiftc 3.1 crashes on ZeeQL
# - os: Linux
# dist: trusty
# env: SWIFT_SNAPSHOT_NAME="https://swift.org/builds/swift-3.1.1-release/ubuntu1404/swift-3.1.1-RELEASE/swift-3.1.1-RELEASE-ubuntu14.04.tar.gz"
# sudo: required
- os: osx
osx_image: xcode8.2

Expand Down

0 comments on commit 390702b

Please sign in to comment.