From d81fd20227c98345008866aac3741ab877f67c9e Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Fri, 16 May 2014 18:53:41 +0200 Subject: more debug --- .travis.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index fbef8ae64..d65c57ded 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,12 @@ language: php php: - 5.4 - - 5.5 +# - 5.5 env: - DB=sqlite - - DB=postgresql - - DB=mysql +# - DB=postgresql +# - DB=mysql before_install: - sudo add-apt-repository -y ppa:chris-lea/node.js # ubuntu 12.04 only @@ -55,7 +55,9 @@ script: - npm test - sudo chown -R www-data:www-data ../../../data - sudo chown -R www-data:www-data ../../../config - - grunt e2e + - sudo webdriver-manager start + - protractor config/protractor.js + #- grunt e2e addons: postgresql: "9.3" -- cgit v1.2.3