Skip to content

Commit

Permalink
CI: Temporarily allow the current failures on OSX until #189 is fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Abscissa committed Feb 24, 2019
1 parent 38bfe4f commit 2f9d71c
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,3 +129,34 @@ matrix:

# Occasional failures are expected here
- d: dmd-beta

# These are currently failing because mysql-native does not yet
# support MySQL v8.0.4's new default authentication mechanism: caching_sha2_password
# See issue #189: https://github.com/mysql-d/mysql-native/issues/189
- d: dmd-2.080.0
env: DUB_SELECT=vibe-0.8.3 # DMDFE 2.079+ doesn't support vibe.d v0.7.32
os: osx
osx_image: xcode9 # use OSX 10.13

- d: dmd-2.079.1
env: DUB_SELECT=vibe-0.8.3 # DMDFE 2.079+ doesn't support vibe.d v0.7.32
os: osx
osx_image: xcode9 # use OSX 10.13

- d: dmd-2.078.3
os: osx
osx_image: xcode9 # use OSX 10.13

- d: ldc-1.9.0
os: osx
osx_image: xcode9 # use OSX 10.13

- d: ldc-1.8.0
os: osx
osx_image: xcode9 # use OSX 10.13

- d: dmd-2.068.2
os: osx

- d: ldc-0.17.0
os: osx

0 comments on commit 2f9d71c

Please sign in to comment.