Files
bubblewrap/.travis.yml
Colin Walters 04e9ac7626 travis: Add a webhook comment
(This is really just a test PR for the org move)

Pull request: #23
Approved by: alexlarsson
2016-03-16 13:46:23 +00:00

26 lines
438 B
YAML

language: c
dist: trusty
addons:
apt:
packages:
- automake
- autotools-dev
- libcap-dev
script:
- env NOCONFIGURE=1 ./autogen.sh
- mkdir build
- cd build && ../configure
- make -j 2
- make check
notifications:
# This is Colin's instance of Homu, in the future
# we'll move this to a production cluster.
webhooks: http://escher.verbum.org:54856/travis
email: false
branches:
only:
- auto