From e1fc92d06676a8414f3b6627e1a9e22e997a04d8 Mon Sep 17 00:00:00 2001 From: John Colvin Date: Mon, 26 Jun 2017 16:11:54 +0100 Subject: [PATCH] exclude osx gdc --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 388ebc84..21aca54d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,6 +30,8 @@ matrix: env: ARCH=x86 CONFIG=x11 - os: osx env: ARCH=x86_64 CONFIG=x11 + - os: osx + d: gdc-6.3.0 sudo: true before_script: