summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-22 00:05:44 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-22 00:05:44 +0200
commitfe486da549f69e50b0bd59433969eb4213663515 (patch)
treefba76cd2e93f4fc2515231daa96fea4adfc4b9b1 /.travis.yml
parent6c09a9d37e27f80af94909af4da4a823c278d2db (diff)
try to use firefox to run js unittests
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 6760e1dae..dd0542259 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,12 +10,14 @@ env:
before_install:
# get a newer node.js version
+ - "export DISPLAY=:99.0"
+ - "sh -e /etc/init.d/xvfb start"
- sudo add-apt-repository -y ppa:chris-lea/node.js # ubuntu 12.04 only
- sudo apt-get update
install:
- cd ..
- - sudo apt-get -y install nodejs python3-jinja2 python3-setuptools apache2 libapache2-mod-fastcgi
+ - sudo apt-get -y install nodejs python3-jinja2 python3-setuptools apache2 libapache2-mod-fastcgi firefox
- sudo easy_install3 pip # ubuntu 12.04 only
- sudo pip3 install ocdev
# get a newer phantomjs version