]> andersk Git - libyaml.git/blob - .travis.yml
Add .travis.yml to use Travis-CI
[libyaml.git] / .travis.yml
1 language: c
2
3 compiler:
4 - clang
5 - gcc
6
7 script: ./bootstrap && ./configure && make test
This page took 0.032585 seconds and 5 git commands to generate.