libpipecolors/.travis.yml

19 lines
173 B
YAML

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