From c0db48846eb0fa2ce0425c99cb99dbad6f73813e Mon Sep 17 00:00:00 2001 From: Erwin Janssen Date: Wed, 10 Aug 2016 10:12:25 +0200 Subject: [PATCH] Travis: color gcc output Use colorgcc to add color to the output of gcc. This improves readability and makes it easier to find warnings. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 4ecf5935a..c7648f2db 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,8 +9,11 @@ addons: - libdevil-dev - libxaw7-dev - freeglut3-dev + - colorgcc install: +# Enable colored gcc output +- export CC=colorgcc # Install unit testing framework Criterion. - cd dependencies/criterion - mkdir build -- 2.40.0