test both clang and gcc on travis
This commit is contained in:
parent
72c019f1c3
commit
c83a5489c0
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
|||
language: cpp
|
||||
|
||||
compiler: clang
|
||||
compiler:
|
||||
- clang
|
||||
- gcc
|
||||
|
||||
before_install:
|
||||
- echo 'yes' | sudo add-apt-repository ppa:mapnik/boost
|
||||
|
|
Loading…
Reference in a new issue