libpipecolors/.travis.yml

17 lines
144 B
YAML
Raw Normal View History

2015-08-07 11:36:49 -07:00
language: cpp
compiler:
- gcc
2015-08-07 12:46:37 -07:00
before_install:
- ./autogen.sh
2015-08-07 11:36:49 -07:00
branches:
only:
- master
notifications:
2015-08-07 11:46:57 -07:00
email: false
2015-08-07 11:36:49 -07:00
os:
- linux