From d30e330181325a08737d0c0415cf8f2ed76c7d3c Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sat, 29 Jul 2017 21:07:08 +0200 Subject: [PATCH] travis ci: also test with gcc gcc is default compiler on most distributions, we should also test with it. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index ee42e1ba..7e39e16f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ sudo: true compiler: - clang + - gcc branches: only: