summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-16 19:52:14 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-16 19:52:14 +0200
commit980da28c8fb007ea86a3f4c7fae85ebaf723fbde (patch)
treed3d947bf46f61229dc7e56d4ba44318d01cd62f0 /.travis.yml
parent01e91c456a07a5e89c2b1ee820b040613936565c (diff)
use phantomjs for travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 6bce4a04a..105bdf3c8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -49,13 +49,11 @@ 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 --standalone
+ - webdriver-manager update
- 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"