summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
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