libpipecolors/.travis.yml

20 lines
229 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:
2015-08-07 11:44:10 -07:00
- sudo apt-get update && sudo apt-get install -y pkg-config
2015-08-07 11:38:52 -07:00
- ./autogen.sh
2015-08-07 11:36:49 -07:00
branches:
only:
- master
- testing
notifications:
email: true
os:
- linux