summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 21dd3c25..f67149a0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,6 +7,10 @@ branches:
- /^stable\d+(\.\d+)?$/
- /^v\d++(\.\d+)?+(\.\d+)?+(\.\d+)?$/
+before_install:
+ - export DISPLAY=:99.0
+ - sh -e /etc/init.d/xvfb start
+
script:
- node_modules/.bin/bower install
- node_modules/.bin/gulp eslint
@@ -23,5 +27,3 @@ deploy:
on:
repo: owncloud/contacts
tags: true
-
-