summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-15 05:38:16 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-15 05:38:16 +0200
commit866f17fe43f841691a8858d671962d623369d3b3 (patch)
tree38376566bc762e7105219d549c8f0d818ef5bec4 /.travis.yml
parent83226fc3cb2baac6eaceee980ce6e241647ff1aa (diff)
add display for protractor
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index d64e34ffc..a6d294524 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,4 +27,10 @@ script:
- cd js/
- npm install
- npm test
+ - export DISPLAY=:99.0
+ - sh -e /etc/init.d/xvfb start
+ - sudo npm install -g protractor
+ - sudo webdriver-manager update
+ - webdriver-manager start &
+ - protractor config/protractor.js