From 184df917bebdcad54ca0334ff80fe05a0f924817 Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Sun, 4 Feb 2018 13:33:55 +0100 Subject: [PATCH] Travis CI: Don't use external GLFW MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit While nice to test, this would mean that the tagged release will depend on GLFW as well… Therefore disable it for now. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 55d8357d3..e3a0e67da 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ matrix: env: ARCH=i386 sudo: required - os: linux - env: ARCH=amd64 GLFW=SYSTEM + env: ARCH=amd64 sudo: required - os: osx env: ARCH=universal