summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml19
1 files changed, 14 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index ba26eb6..f6b9bb5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,17 +2,26 @@
language: c
+sudo: false
+
git:
depth: 50000
-install:
- - travis_retry sudo apt-key update
- - travis_retry sudo apt-get update
- - travis_retry sudo apt-get install -qq gnulib lzip texlive tidy python3
+addons:
+ apt:
+ packages:
+ # - gnulib
+ - python3
+ - texlive
+ - texinfo
+ - tidy
+
+before_install:
+ - git clone --depth=1 git://git.savannah.gnu.org/gnulib.git
script:
- ./bootstrap.sh
- ./configure
- - make PYTHON=python3 -j4 maintainer-all all
+ - make PYTHON=python3 -j$(nproc) maintainer-all all
- make distcheck
- make web-manual && ./fix-website.sh