summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-15 17:43:24 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-15 17:43:24 +0200
commit5652536cc1fb1c2503ce1049687503d80d506c9c (patch)
treeeb44c904311943a796759e35857f9e479b6dd202 /.travis.yml
parent3b08156267dfedff5c8a6f2211df5b4f7a8a5d71 (diff)
more fixes :P
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 543aa9cb0..7aa3d08e4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,7 +9,8 @@ before_install:
- sudo apt-get update
- sudo apt-get -y install nodejs python3.4
- sudo pip3 install ocdev
- - sudo npm install -g grunt-cli
+ - sudo npm install -g grunt-cli protractor
+ - sudo webdriver-manager update
- wget https://phantomjs.googlecode.com/files/phantomjs-1.9.0-linux-x86_64.tar.bz2
- tar xjf phantomjs-1.9.0-linux-x86_64.tar.bz2
- sudo ln -s $(pwd)/phantomjs-1.9.0-linux-x86_64/bin/phantomjs /usr/bin/phantomjs
@@ -27,7 +28,5 @@ script:
- npm test
#- export DISPLAY=:99.0
#- sh -e /etc/init.d/xvfb start
- #- sudo npm install -g protractor
- #- sudo webdriver-manager update
#- grunt e2e