From 8c8332b4142c8e2d243ae926f59e7487b3eeffc8 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 6 Sep 2016 22:11:43 +0200 Subject: [PATCH] Add two new targets - BUILD_C89 and BUILD_CXX --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index c519643cca..4a01cad4df 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,10 @@ 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