]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/libxo/.travis.yml
Make linux_ptrace() use linux_msg() instead of printf().
[FreeBSD/FreeBSD.git] / contrib / libxo / .travis.yml
1 language: c
2
3 script: printenv && uname -a && ls -l && /bin/sh -x ./bin/setup.sh && cd build && ../configure --enable-warnings && make && sudo make install && make test
4
5 notifications:
6   recipients:
7     - libslax-noise@googlegroups.com
8
9 branches:
10   only:
11     - master
12     - develop