From f69895c80bd3ed21edce03a4164272baeb6fec5d Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 15 Mar 2016 13:33:43 -0400 Subject: [PATCH] Add a stub travis file to enable Homu I'd like to use Homu immediately as a replacement for the github merge button, because I really dislike merge commits for single patches. I think it shouldn't be too hard to unify our existing PR testing with this. Pull request: #235 Approved by: jlebon --- .travis.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..7a80c942 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,25 @@ +# We're just using a "stubbed out" Travis right now so we can +# use 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 +