Skip to content

Commit

Permalink
Don't build documentation on travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
FreddieChopin committed Oct 7, 2017
1 parent 848ea9f commit 9c0f037
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .travis.yml
Expand Up @@ -11,20 +11,13 @@
dist: trusty
sudo: false

# texinfo is needed to build documentation
addons:
apt:
packages:
- texinfo
- texlive

# use minimal environment
language: generic

script:
- "{ time=\"0\"; while true; do sleep 60; time=\"$((${time} + 1))\"; echo \"${time} minute(s)...\"; done } &"
- "keepAlivePid=\"${!}\""
- "XZ_OPT=\"-0 -T 0 -v\" timeout -k 1m 45m ./build-bleeding-edge-toolchain.sh --skip-nano-libraries > >(tee /tmp/stdout.log) 2> /tmp/stderr.log | grep \"[*-]\\{10,10\\} \""
- "XZ_OPT=\"-0 -T 0 -v\" timeout -k 1m 45m ./build-bleeding-edge-toolchain.sh --skip-documentation --skip-nano-libraries > >(tee /tmp/stdout.log) 2> /tmp/stderr.log | grep \"[*-]\\{10,10\\} \""
- "kill \"${keepAlivePid}\""
- "wait \"${keepAlivePid}\" || true"
- "tar -xf *.tar.xz"
Expand Down

0 comments on commit 9c0f037

Please sign in to comment.