summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml16
1 files changed, 14 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index a7cfd14..a687747 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,17 @@
+# .travis.yml
+
language: c
+
git:
depth: 50000
-install: sudo apt-get install --allow-unauthenticated -qq gnulib lzip texlive tidy python3
-script: ./bootstrap.sh && ./configure && make PYTHON=python3 -j4 maintainer-all all && make distcheck && make web-manual && ./fix-website.sh
+
+install:
+ - travis_retry sudo apt-get update
+ - travis_retry sudo apt-get install --allow-unauthenticated -qq gnulib lzip texlive tidy python3
+
+script:
+ - ./bootstrap.sh
+ - ./configure
+ - make PYTHON=python3 -j4 maintainer-all all
+ - make distcheck
+ - make web-manual && ./fix-website.sh