Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
Lukas Reschke 2017-07-13 16:25:17 +02:00
Родитель b0b172a040
Коммит b2c2df6d19
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B9F6980CF6E759B1
1 изменённых файлов: 6 добавлений и 4 удалений

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

@ -198,11 +198,12 @@ pipeline:
# Pre-setup steps
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
- bash ./before_install.sh $APP_NAME $CORE_BRANCH $DB
- cd ../server/apps/$APP_NAME
- cd ../server/
- ./occ app:enable loginviapost
- php -S localhost:8080 &
# Run behat tests
- cd Tests/Integration/
- cd apps/$APP_NAME/Tests/Integration/
- vendor/bin/behat
when:
matrix:
@ -217,11 +218,12 @@ pipeline:
# Pre-setup steps
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
- bash ./before_install.sh $APP_NAME $CORE_BRANCH $DB
- cd ../server/apps/$APP_NAME
- cd ../server/
- ./occ app:enable loginviapost
- php -S localhost:8080 &
# Run behat tests
- cd Tests/Integration/
- cd apps/$APP_NAME/Tests/Integration/
- vendor/bin/behat
when:
matrix: