This commit is contained in:
Bernhard Posselt 2015-03-22 14:03:54 +01:00
Родитель d72f0c8f5f
Коммит 9c7374333b
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -28,15 +28,15 @@ install:
# install owncloud
- cd ..
- ocdev setup core --dir owncloud --branch $BRANCH --no-history
- mv app-tutorial owncloud/apps/ownnotes
- phpenv config-add owncloud/apps/ownnotes/tests/travis/php.ini
- cd owncloud
- ocdev ci $DB
# enable ownnotes
- mv ../app-tutorial apps/ownnotes
- php -f console.php app:enable ownnotes
before_script:
- cd apps/ownnotes
- phpenv config-add tests/travis/php.ini
script:
- phpunit -c phpunit.xml