xref: /f-stack/tools/libxo/.travis.yml (revision d4a07e70)
1language: c
2
3script: printenv && uname -a && ls -l && /bin/sh -x ./bin/setup.sh && cd build && ../configure --enable-warnings && make && sudo make install && make test
4
5notifications:
6  recipients:
7    - [email protected]
8
9branches:
10  only:
11    - master
12    - develop
13