libpipecolors/.travis.yml

19 lines
189 B
YAML

language: cpp
compiler:
- gcc
before_install:
- ./autogen.sh
script: ./configure && make && make install
branches:
only:
- master
notifications:
email: false
os:
- linux