]> andersk Git - libyaml.git/blame_incremental - .travis.yml
Make .travis.yml a little easier to read
[libyaml.git] / .travis.yml
... / ...
CommitLineData
1language: c
2
3compiler:
4- clang
5- gcc
6
7script:
8- ./bootstrap
9- ./configure
10- make test
This page took 0.064741 seconds and 5 git commands to generate.