Skip to content

Commit

Permalink
Enable colorized output for gcc
Browse files Browse the repository at this point in the history
Since we use 4.9 now. Makes reading logs much easier!
  • Loading branch information
danilaml committed Jul 17, 2015
1 parent 8f7e70d commit aad97aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ before_install:
- if [ "$CXX" = "g++" ]; then
sudo apt-get install -qq g++-4.9;
export CXX="g++-4.9" CC="gcc-4.9";
export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01';
else
sudo apt-get install -qq --allow-unauthenticated llvm-3.6 llvm-3.6-dev clang-3.6 libstdc++-4.8-dev;
export CXX="clang++-3.6" CC="clang-3.6";
Expand Down

0 comments on commit aad97aa

Please sign in to comment.