summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-16 18:49:27 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-16 18:49:27 +0200
commit862426c097ac183b4720e04268bc9d83200c4d78 (patch)
tree5db931a553fd64ba89d6f6e3ca43c1d1af9ed42f /.travis.yml
parent65b3d5930f858ef264f1647bcfcc2bdd9f7bea4f (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 73f221b30..fbef8ae64 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,7 +11,8 @@ env:
before_install:
- sudo add-apt-repository -y ppa:chris-lea/node.js # ubuntu 12.04 only
- sudo apt-get update
- - "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16"
+ - export DISPLAY=:99.0
+ - sh -e /etc/init.d/xvfb start
install:
- cd ..
@@ -40,6 +41,8 @@ before_script:
- ocdev ci $DB
- php -f console.php app:enable news
- cd apps/news
+ - sudo apt-get -y install curl
+ - curl http://localhost/owncloud/index.php
script:
- phpunit --coverage-clover=coverage.clover tests/unit