summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJonas Borgström <jonas@borgstrom.se>2013-07-03 23:22:32 +0200
committerJonas Borgström <jonas@borgstrom.se>2013-07-03 23:23:55 +0200
commit4321b01134caeb39c866864f624d973501e647e3 (patch)
tree178b2217156ba9de5b8f2e89545d2f606b1925aa /.travis.yml
parent7c18073760e9a18a7533d15961da3ef0c48e5a94 (diff)
Use sudo to run apt-get
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 2e4e163c2..e2a5d5820 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,9 +4,9 @@ python:
- "3.3"
# command to install dependencies
install:
+ - "sudo apt-get install fakeroot"
+ - "sudo mount / -o remount,user_xattr"
- "pip install --use-mirrors Cython"
- "pip install -e ."
- - "apt-get install fakeroot"
- - "mount / -o remount,user_xattr"
# command to run tests
script: fakeroot python -m darc.testsuite.run -vb