summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-16 20:33:24 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-16 20:33:24 +0200
commitd8d7f8b03951de6608ebfb7f86aa4ff3812d0f3f (patch)
treee333d7a4e239f995d8e9e72e06b571c356e336f6 /.travis.yml
parentc4463b432f6d357a54d494f23b753f800703851d (diff)
debug
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index b74c427f6..4cc3d9fa0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,7 +14,7 @@ before_install:
install:
- cd ..
- - sudo apt-get -y install nodejs python3-jinja2 python3-setuptools apache2 chromium-browser libapache2-mod-fastcgi
+ - sudo apt-get -y install nodejs python3-jinja2 python3-setuptools apache2 libapache2-mod-fastcgi
- sudo easy_install3 pip # ubuntu 12.04 only
- sudo pip3 install ocdev
- wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.7-linux-x86_64.tar.bz2 # ubuntu 12.04 only
@@ -51,7 +51,10 @@ script:
- sudo chown -R www-data:www-data ../../../data
- sudo chown -R www-data:www-data ../../../config
- ls -l ../../../
+ - ls -l ../../../../
+ - ls -l ../../../../../
- ls -l ../../../config
+ - cat /etc/apache2/sites-available/default
- sudo apt-get install curl
- curl http://localhost/owncloud/index.php
- grunt ci-unit --verbose