aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 1173578bbd5d5e3e29bfd30b87586ff079128ff0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
language: c

script: printenv && uname -a && ls -l && /bin/sh -x ./bin/setup.sh && cd build && ../configure --enable-warnings && make && sudo make install && make test

notifications:
  recipients:
    - libslax-noise@googlegroups.com

branches:
  only:
    - master
    - develop