summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-16 18:35:21 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-16 18:35:21 +0200
commitf4abfb91093bb3b772153e3ab4cc4393093e0a13 (patch)
tree8aa87053b87ff1ab63039df17637488ed0ae2bbc /.travis.yml
parent7c307a46266335c826f34300cc4de706476deea7 (diff)
chown one level higher
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 9353c0127..f2bc7448f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,8 +11,7 @@ env:
before_install:
- sudo add-apt-repository -y ppa:chris-lea/node.js # ubuntu 12.04 only
- sudo apt-get update
- - pwd
- - sudo chown -R travis:travis ../.npm
+ - sudo chown -R travis:travis ../../../.npm
- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16"
install: