Files
vvm/.travis.yml
2014-12-09 19:36:32 +01:00

8 lines
89 B
YAML

language: c
compiler:
- clang
- gcc
script: make && bash test.sh && make clean