libpipecolors/.travis.yml

18 lines
223 B
YAML
Raw Normal View History

2015-08-07 11:36:49 -07:00
language: cpp
compiler:
- gcc
2015-08-07 11:38:52 -07:00
before_install:
2015-08-07 11:49:19 -07:00
- sudo apt-get update && sudo apt-get install -y pkg-config libtool automake
2015-08-07 11:38:52 -07:00
- ./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