From 8532b5460b22c77bfc00f39ddb240a301fc3ac91 Mon Sep 17 00:00:00 2001 From: Patrick Niklaus Date: Wed, 22 Mar 2017 00:30:37 +0000 Subject: [PATCH] Disable doc builds because they are broken --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 644d2dc6b..435a32ee9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -202,7 +202,8 @@ install: - cmake .. -DCMAKE_BUILD_TYPE=${BUILD_TYPE} - make --jobs=${JOBS} - popd - - yarn run docs + # building docs only works with npm3+ not with yarn or npm2 + #- yarn run docs script: - if [[ $TARGET_ARCH == armhf ]] ; then echo "Skip tests for $TARGET_ARCH" && exit 0 ; fi