summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 3 insertions, 4 deletions
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