summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-10-15 11:45:26 +0200
committerPeter Simons <simons@cryp.to>2014-10-15 12:28:43 +0200
commita9ec71ec0ef44b7c9689fe48c9172c93cb8e5100 (patch)
tree32e7bb8b801c066de2ba71f1c61d9c3d7d5134df /.travis.yml
parent04962fd1e044292e4714426270d52597036702e1 (diff)
downloadautoconf-archive-a9ec71ec0ef44b7c9689fe48c9172c93cb8e5100.tar.gz
travis.yml: configure continuous integration
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..c72f025
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,5 @@
+language: c
+git:
+ depth: 50000
+install: sudo apt-get install --allow-unauthenticated -qq gnulib lzip texlive tidy
+script: ./bootstrap.sh && ./configure && make -j4 maintainer-all all && make distcheck && make web-manual && ./fix-website.sh