Add a stub .travis.yml

This is at the moment just so that we can use Homu.  In the future I'd
like to make travis just one of multiple PR testers we use.
This commit is contained in:
Colin Walters 2016-03-24 11:45:10 -04:00
parent 80698543c2
commit 9c195707c6
1 changed files with 25 additions and 0 deletions

25
.travis.yml Normal file
View File

@ -0,0 +1,25 @@
# 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
dist: trusty
addons:
apt:
packages:
- automake
- autotools-dev
script:
- env NOCONFIGURE=1 ./autogen.sh
notifications:
# This is Colin's personal Homu instance. We will
# also work on productizing this in Project Atomic.
webhooks: http://escher.verbum.org:54856/travis
email: false
branches:
only:
- auto