Browse Source

chore(build): update apt-get in build-docs before installing deps

reviewable/pr5390/r1
Anthony Bilinski 7 years ago
parent
commit
f7df1191bc
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C
  1. 1
      .travis/build-docs.sh

1
.travis/build-docs.sh

@ -20,6 +20,7 @@ @@ -20,6 +20,7 @@
set -eu -o pipefail
# Obtain doxygen and its deps
sudo apt-get update -qq
sudo apt-get install doxygen graphviz
# can fail due to travis cloning only `depth=50`

Loading…
Cancel
Save