From cd90df89208a7c30d8e9a6bde2bdbc5062d8566a Mon Sep 17 00:00:00 2001 From: Jakub Warmuz Date: Tue, 14 Apr 2015 14:57:53 +0000 Subject: [PATCH] Update Travis and Vagrantfile to use sudo --- .travis.yml | 2 +- Vagrantfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 803d76cbf..167d6ad74 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: python # http://docs.travis-ci.com/user/ci-environment/#CI-environment-OS -before_install: travis_retry ./bootstrap/ubuntu.sh +before_install: travis_retry sudo ./bootstrap/ubuntu.sh install: "travis_retry pip install tox coveralls" script: "travis_retry tox" diff --git a/Vagrantfile b/Vagrantfile index 7fb5113f8..b4a06ea05 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -7,7 +7,7 @@ VAGRANTFILE_API_VERSION = "2" # Setup instructions from docs/using.rst $ubuntu_setup_script = <