mirror of
https://github.com/boostorg/boostbook.git
synced 2025-05-09 15:03:57 +00:00
Use sudo to fix 'pip install' in travis
This commit is contained in:
parent
f87d471d5c
commit
56aab0081b
@ -2,6 +2,9 @@
|
|||||||
# Distributed under the Boost Software License, Version 1.0. (See accompanying
|
# Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||||
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
sudo: required
|
||||||
|
dist: trusty
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
@ -12,7 +15,7 @@ addons:
|
|||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- touch Jamroot.jam
|
- touch Jamroot.jam
|
||||||
- pip install lxml
|
- sudo pip install lxml
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cd ${TRAVIS_BUILD_DIR}/test
|
- cd ${TRAVIS_BUILD_DIR}/test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user