Files
rpmdistro-gitoverlay/.travis.yml
2016-05-18 09:36:02 -04:00

29 lines
594 B
YAML

# We're just using a "stubbed out" Travis right now so we can
# use Homu <https://github.com/barosl/homu> to auto-squash
# etc.
#
# In the future we'll hook up better tests.
language: c
addons:
apt:
packages:
- automake
- autotools-dev
install:
- pip install --user pylint flake8
script:
- env NOCONFIGURE=1 ./autogen.sh
- ./configure --prefix=/usr
- make -j 4
- env PATH=${HOME}/.local/bin:${PATH} make check
notifications:
# This is Colin's personal Homu instance.
webhooks: http://escher.verbum.org:54857/travis
email: false
branches:
only:
- auto