OSDN Git Service

Fix build error when lstat is not supported
[lha/lha.git] / .travis.yml
1 language: c
2 compiler:
3   - gcc
4   - clang
5
6 before_script:
7   - autoreconf -is
8
9 script: "./configure && make check"
10
11 notifications:
12   on_success: change
13   on_failure: change