Add gcc to .travis.yml

This commit is contained in:
2016-12-17 14:43:52 -06:00
parent cc10689d57
commit c1eca6afcc
+3 -1
View File
@@ -1,5 +1,7 @@
language: cpp
compiler: clang
compiler:
- clang
- gcc
install:
- sudo apt-get install cmake
script: ./scripts/cibuild