mirror of
https://github.com/boostorg/boostbook.git
synced 2025-05-09 02:43:58 +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
|
||||
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
sudo: required
|
||||
dist: trusty
|
||||
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
@ -12,7 +15,7 @@ addons:
|
||||
|
||||
before_script:
|
||||
- touch Jamroot.jam
|
||||
- pip install lxml
|
||||
- sudo pip install lxml
|
||||
|
||||
script:
|
||||
- cd ${TRAVIS_BUILD_DIR}/test
|
||||
|
Loading…
x
Reference in New Issue
Block a user