xref: /freebsd/contrib/libxo/.travis.yml (revision a812392203d7c4c3f0db9d8a0f3391374c49c71f)
1language: c
2
3script: printenv && uname -a && /bin/sh ./bin/setup.sh && cd build && ../configure --enable-warnings && make && sudo make install && make test
4
5notifications:
6  recipients:
7    - libslax-noise@googlegroups.com
8
9branches:
10  only:
11    - master
12    - develop
13