pkgconf/.travis.yml

19 lines
238 B
YAML
Raw Permalink Normal View History

2015-02-03 08:22:10 +00:00
language: c
compiler:
- clang
- gcc
script:
2015-02-03 08:26:13 +00:00
- sh ./autogen.sh
- ./configure
- make distcheck
2015-02-03 08:22:10 +00:00
notifications:
email: false
irc:
channels:
- "irc.freenode.org#pkgconf"
on_success: change
on_failure: always