summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-16 20:26:00 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-16 20:26:00 +0200
commitc4463b432f6d357a54d494f23b753f800703851d (patch)
tree8997c110c44dcb5eeee8d7ae4d5d54977aa6f3c2 /.travis.yml
parentf76e26981e19f34a8181e1889c478ad53c5c295a (diff)
more debug
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 5 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index b50253333..b74c427f6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,8 +11,6 @@ env:
before_install:
- sudo add-apt-repository -y ppa:chris-lea/node.js # ubuntu 12.04 only
- sudo apt-get update
- - export DISPLAY=:99.0
- - sh -e /etc/init.d/xvfb start
install:
- cd ..
@@ -52,10 +50,14 @@ script:
- webdriver-manager update
- sudo chown -R www-data:www-data ../../../data
- sudo chown -R www-data:www-data ../../../config
+ - ls -l ../../../
+ - ls -l ../../../config
- sudo apt-get install curl
- curl http://localhost/owncloud/index.php
- - grunt ci --verbose
+ - grunt ci-unit --verbose
+ - grunt ci-e2e --verbose
addons:
postgresql: "9.3"
+