summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-11-09 12:00:39 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-11-09 12:00:39 +0100
commit2ea7baf26b8f7308abd5a50bd00a5910467bbd33 (patch)
tree82abfedd072afe920059fe24025abf247237e812 /.travis.yml
parentb9e330109b58fac55c3728dd3c543552fcabd353 (diff)
travis
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