libpipecolors/.travis.yml

19 lines
167 B
YAML

language: cpp
compiler:
- gcc
- clang
before_install:
- ./autogen.sh
branches:
only:
- master
- testing
notifications:
email: true
os:
- linux