Skip to content

Commit

Permalink
Travis: Do not build w/ 3.1 on Trusty
Browse files Browse the repository at this point in the history
... ZeeQL crashes swiftc.
  • Loading branch information
helje5 committed May 29, 2017
1 parent ba3ad09 commit 46b2d57
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ matrix:
dist: trusty
env: MOD_SWIFT="https://github.com/modswift/mod_swift/archive/0.8.0.tar.gz" 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: MOD_SWIFT="https://github.com/modswift/mod_swift/archive/0.8.0.tar.gz" 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: Linux
# dist: trusty
# env: MOD_SWIFT="https://github.com/modswift/mod_swift/archive/0.8.0.tar.gz" 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 46b2d57

Please sign in to comment.