OSDN Git Service

Fix path check
[lha/lha.git] / .travis.yml
1 language: c
2
3 os:
4   - linux
5   - osx
6
7 compiler:
8   - gcc
9   - clang
10
11 before_script:
12   - autoreconf -is
13
14 script: "./configure && make check"
15
16 notifications:
17   on_success: change
18   on_failure: change