summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-16 20:41:22 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-16 20:41:22 +0200
commit8db7815e21ced4c32edfe864b15d8e5eb2a6175c (patch)
treeca2bdce77d940c1d44ec26c7f668a5636b439cc3 /.travis.yml
parentd8d7f8b03951de6608ebfb7f86aa4ff3812d0f3f (diff)
remove chown
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 6 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 4cc3d9fa0..02e22a1b7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -41,15 +41,19 @@ before_script:
- cd apps/news
script:
+ # php unit tests
- phpunit --coverage-clover=coverage.clover tests/unit
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
- cd js/
+ # js unit tests
- 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
+ - grunt ci-unit --verbose
+ # acceptance tests
- sudo npm -g install grunt-cli protractor
- webdriver-manager update
- - sudo chown -R www-data:www-data ../../../data
- - sudo chown -R www-data:www-data ../../../config
+ #- sudo chown -R www-data:www-data ../../../data
+ #- sudo chown -R www-data:www-data ../../../config
- ls -l ../../../
- ls -l ../../../../
- ls -l ../../../../../
@@ -57,7 +61,6 @@ script:
- cat /etc/apache2/sites-available/default
- sudo apt-get install curl
- curl http://localhost/owncloud/index.php
- - grunt ci-unit --verbose
- grunt ci-e2e --verbose
addons: