OSDN Git Service

Add .travis.yml
[lha/lha.git] / .travis.yml
1 language: c
2 compiler: gcc
3
4 before_script:
5   - autoreconf -is
6
7 script: "./configure && make check"
8
9 notifications:
10   email:
11     recipients:
12       - jca02266@gmail.com
13   on_success: change
14   on_failure: change