summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorHendrik Leppelsack <hendrik@leppelsack.de>2016-03-25 16:22:59 +0100
committerHendrik Leppelsack <hendrik@leppelsack.de>2016-03-25 16:22:59 +0100
commitb0c2b8e4380fafdfffcd9844235fb43e265cdaca (patch)
treea51994c992fbfab51f74497fbbffce8a0c7357cf /.travis.yml
parent9ed868cf879a0adbb326f01fde296bcd667f39d7 (diff)
fix travis tests
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
-
-