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