Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2017-07-14 16:49:11 +02:00
Родитель 66ae76bbfd
Коммит e263e4565b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: E166FD8976B3BAC8
1 изменённых файлов: 34 добавлений и 10 удалений

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

@ -148,6 +148,29 @@ pipeline:
when:
matrix:
TESTS: php7.1
php7.1-integration:
image: nextcloudci/php7.1:php7.1-3
environment:
- APP_NAME=spreed
- CORE_BRANCH=master
- DB=sqlite
commands:
# FIXME: Move into Docker image
- yum -y install wget
# 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/
- ./occ app:enable $APP_NAME
- cd apps/$APP_NAME
# Run integration tests
- cd tests/integration/
- bash run.sh
when:
matrix:
TESTS: php7.1-integration
jsunit:
image: nextcloudci/jsunit:jsunit-5
commands:
@ -160,13 +183,14 @@ pipeline:
matrix:
include:
- TESTS: eslint
- TESTS: stylelint
- TESTS: check-app-compatbility
- TESTS: syntax-php5.6
- TESTS: syntax-php7.0
- TESTS: signed-off-check
- TESTS: php5.6
- TESTS: php7.0
- TESTS: php7.1
- TESTS: jsunit
#- TESTS: eslint
#- TESTS: stylelint
#- TESTS: check-app-compatbility
#- TESTS: syntax-php5.6
#- TESTS: syntax-php7.0
#- TESTS: signed-off-check
#- TESTS: php5.6
#- TESTS: php7.0
#- TESTS: php7.1
- TESTS: php7.1-integration
#- TESTS: jsunit