Build docs target with sudo: false to magically fix it

This commit is contained in:
baldurk
2017-01-04 16:28:52 +00:00
parent d7f8a0236f
commit d2396ad854
3 changed files with 4 additions and 5 deletions
+1 -2
View File
@@ -14,8 +14,7 @@ matrix:
# only build docs on linux
- os: linux
dist: trusty
sudo: required
compiler: gcc
sudo: false
env: CODE_BUILD=0 LINUX_BUILD=0 APPLE_BUILD=0 DOCS_BUILD=1
- os: linux
dist: trusty
+1 -1
View File
@@ -1,2 +1,2 @@
#!/bin/sh
#cd docs/ && make html
cd docs/ && make html
+2 -2
View File
@@ -1,3 +1,3 @@
#!//bin/sh
sudo pip install --upgrade pip setuptools
sudo pip install Sphinx sphinx-rtd-theme
pip install --upgrade pip setuptools
pip install Sphinx sphinx-rtd-theme