Added travis.yml
This commit is contained in:
parent
999fec5bce
commit
af10330cc6
|
@ -0,0 +1,16 @@
|
||||||
|
language: cpp
|
||||||
|
|
||||||
|
compiler:
|
||||||
|
- gcc
|
||||||
|
- clang
|
||||||
|
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
- testing
|
||||||
|
|
||||||
|
notifications:
|
||||||
|
email: true
|
||||||
|
|
||||||
|
os:
|
||||||
|
- linux
|
Loading…
Reference in New Issue