From 9c11b057f72dbbae0ac07b3d92259385380cc6a4 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 7 Dec 2016 15:57:06 -0500 Subject: [PATCH] Delete .travis.yml It was always a stub, and we're definitely not using it. Closes: #544 Approved by: jlebon --- .travis.yml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 7a80c942..00000000 --- a/.travis.yml +++ /dev/null @@ -1,25 +0,0 @@ -# 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 -