Make Travis compile on GCC and Clang.

This commit is contained in:
Gaelan 2014-03-02 15:18:11 -08:00 committed by Thiago de Arruda
parent eb835bc2ca
commit 1213e0cc77

View File

@ -3,3 +3,6 @@ script: ./scripts/travis.sh
before_install:
- sudo apt-get update
- sudo apt-get install valgrind
compiler:
- clang
- gcc