From a5453372656d937fc008cb5410eea2b791aa705c Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 6 Sep 2016 22:18:33 +0200 Subject: [PATCH] .travis.yml - shouldn't be environment variables but should be passed as defines to make instead --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4a01cad4df..c519643cca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,10 +4,6 @@ language: generic matrix: include: - compiler: gcc - - compiler: gcc - env: BUILD_C89=1 - - compiler: gcc - env: BUILD_CXX=1 - compiler: clang addons: # Install a more recent clang than the default