Merge pull request #14 from owncloud/fix-repo-setup

Revert "Test against the notification-manager branch for now"
This commit is contained in:
Joas Schilling 2015-09-14 15:38:22 +02:00
Родитель c95aed4c5a ec6f7bd1b2
Коммит ed1baac6b6
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -8,7 +8,7 @@ php:
env:
global:
- CORE_BRANCH=notification-manager # TODO revert once the manager is merged: - CORE_BRANCH=master
- CORE_BRANCH=master
- APP_NAME=notifications
matrix:
- DB=sqlite
@ -45,8 +45,8 @@ script:
- sh -c "if [ '$JSTESTS' != '1' -a '$CODECHECK' != '1' -a '$CODECHECK' != '2' ]; then phpunit --configuration phpunit.xml; fi"
# Create coverage report
# TODO activate once scrutinizer is set up - sh -c "if [ '$JSTESTS' != '1' -a '$CODECHECK' != '1' -a '$CODECHECK' != '2' -a '$TRAVIS_PHP_VERSION' != 'hhvm' ]; then wget https://scrutinizer-ci.com/ocular.phar; fi"
# TODO activate once scrutinizer is set up - sh -c "if [ '$JSTESTS' != '1' -a '$CODECHECK' != '1' -a '$CODECHECK' != '2' -a '$TRAVIS_PHP_VERSION' != 'hhvm' ]; then php ocular.phar code-coverage:upload --format=php-clover clover.xml; fi"
- sh -c "if [ '$JSTESTS' != '1' -a '$CODECHECK' != '1' -a '$CODECHECK' != '2' -a '$TRAVIS_PHP_VERSION' != 'hhvm' ]; then wget https://scrutinizer-ci.com/ocular.phar; fi"
- sh -c "if [ '$JSTESTS' != '1' -a '$CODECHECK' != '1' -a '$CODECHECK' != '2' -a '$TRAVIS_PHP_VERSION' != 'hhvm' ]; then php ocular.phar code-coverage:upload --format=php-clover clover.xml; fi"
- cd ../
# Run Javascript unit tests