From 2ea7baf26b8f7308abd5a50bd00a5910467bbd33 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sun, 9 Nov 2014 12:00:39 +0100 Subject: travis --- .travis.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index aa37a88e7..33aa67abb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -59,12 +59,11 @@ script: - php ocular.phar code-coverage:upload --format=php-clover coverage.clover - grunt js-unit # integration tests - - cd .. - - phpunit -c phpunit.integration.xml - - cd js + - grunt php-integration # acceptance tests - webdriver-manager update - - sudo chown -R www-data:www-data ../../../data/ + - sudo chown -R www-data:www-data ../../../data + - sudo chmod -R a+rwx ../../../data #- grunt acceptance --verbose # debug section to check what went wrong - curl http://admin:admin@localhost/owncloud/index.php -- cgit v1.2.3