libpipecolors/.travis.yml

19 lines
167 B
YAML
Raw Normal View History

2015-08-07 11:36:49 -07:00
language: cpp
compiler:
- gcc
- clang
2015-08-07 11:38:52 -07:00
before_install:
- ./autogen.sh
2015-08-07 11:36:49 -07:00
branches:
only:
- master
- testing
notifications:
email: true
os:
- linux