Update .travis.yml

Travis should now run checks for both GCC and Clang, as well as run compile tests on both Linux and OSX
This commit is contained in:
Foereaper 2015-03-29 22:17:38 +02:00 committed by Antz
parent 83ed9c72eb
commit 8a3750706b

View File

@ -10,6 +10,11 @@ branches:
- release20
- develop21
# build on both Linux and OSX
os:
- linux
- osx
# build with both gcc and clang to ensure compatibility
compiler:
- gcc