]> andersk Git - libyaml.git/blob - .travis.yml
Picked typofix from Ruby's Psych parser
[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.166443 seconds and 5 git commands to generate.