projects
/
xonotic
/
gmqcc.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add travis.yml
[xonotic/gmqcc.git]
/
.travis.yml
1
language: c
2
compiler:
3
- gcc
4
- clang
5
# Change this to your needs
6
script: make && make check