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:
parent
83ed9c72eb
commit
8a3750706b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user