summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-16 00:28:02 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-16 00:28:02 +0200
commit97a4345c38fd4dba9f5dcfe13f4431a335decee3 (patch)
tree260e777b414f62fd28d0ca600e66190227cc0521 /.travis.yml
parentfd0db1304030e6b518c0cd16bcffaf1bd8ee9e42 (diff)
remove more e2e stuff
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index d5c11d2ba..a73db44fe 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,7 +11,7 @@ env:
before_install:
- sudo add-apt-repository -y ppa:chris-lea/node.js
- sudo apt-get update
- - "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16"
+ #- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16"
install:
@@ -22,7 +22,7 @@ install:
- sudo pip3 install ocdev
- sudo npm -g install grunt-cli
# sudo npm -g install protractor
- - sudo webdriver-manager update
+ # - sudo webdriver-manager update
# get a newer phanomjs versin
- wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.7-linux-x86_64.tar.bz2
- tar xjf phantomjs-1.9.7-linux-x86_64.tar.bz2