From 4382520d80a0f21e0a515b022e0a24c277e2b960 Mon Sep 17 00:00:00 2001 From: Rob Pilling Date: Sun, 28 Apr 2019 15:40:37 +0100 Subject: [PATCH] Revert "Don't attempt bootstrap for CI on darwin" This reverts commit 26a6b424337993137534609400b8abc64b7e42e6. --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2f798368b16..59192179847 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,3 @@ matrix: include: - os: osx #osx_image: xcode8 - script: - # can't currently bootstrap on darwin because of GNUC-only headers - - ./configure CFLAGS=-fsanitize=address LDFLAGS=-fsanitize=address - - make check