diff options
author | Colin Walters <walters@verbum.org> | 2016-08-05 16:30:13 -0400 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2016-08-05 20:50:43 +0000 |
commit | 704c7e57fabc5744de222cc7d0c1d910ef003901 (patch) | |
tree | c5e7f4da4b92b2920b952956f2306b9a1726205e /.travis.yml | |
parent | 0de51bfc45cf06e83b2d796219f890e5f297cde0 (diff) | |
download | ostree-704c7e57fabc5744de222cc7d0c1d910ef003901.tar.gz |
.travis.yml: Delete, we aren't using it right now
@smcv will re-add a new version.
Closes: #439
Approved by: smcv
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 69ea10fd..00000000 --- a/.travis.yml +++ /dev/null @@ -1,24 +0,0 @@ -# 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 |