From 980da28c8fb007ea86a3f4c7fae85ebaf723fbde Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Fri, 16 May 2014 19:52:14 +0200 Subject: use phantomjs for travis --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to '.travis.yml') 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" -- cgit v1.2.3