[ostree: 1/70] Add a stub .travis.yml



commit 9c195707c629843488d3c712fa8bf17ab052123e
Author: Colin Walters <walters verbum org>
Date:   Thu Mar 24 11:45:10 2016 -0400

    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.

 .travis.yml |   25 +++++++++++++++++++++++++
 1 files changed, 25 insertions(+), 0 deletions(-)
---
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..7a80c94
--- /dev/null
+++ b/.travis.yml
@@ -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
+


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]