summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-16 19:35:18 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-16 19:35:18 +0200
commit01e91c456a07a5e89c2b1ee820b040613936565c (patch)
treef77866e4aba5b75b4125ccf31d8213b7878df8d6 /.travis.yml
parentc0afc195faee73a2755add327b8b9050da49d50f (diff)
debug
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 55ef93308..6bce4a04a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -49,11 +49,13 @@ script:
- cd js/
- npm install --deps # npm install needs to run before sudo npm install because otherwise it fails because a tmp file exists in the home dir
- sudo npm -g install grunt-cli protractor
- - sudo webdriver-manager update
+ - sudo webdriver-manager update --standalone
- npm test
- sudo chown -R www-data:www-data ../../../data
- sudo chown -R www-data:www-data ../../../config
- grunt e2e --verbose
+ - webdriver-manager update
+ - grunt e2e --verbose
addons:
postgresql: "9.3"