Remove compatibility tests

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
Lukas Reschke 2017-09-18 16:32:01 +02:00
parent 54804783c2
commit 5907881b2c
No known key found for this signature in database
GPG key ID: B9F6980CF6E759B1

View file

@ -23,25 +23,6 @@ pipeline:
when:
matrix:
TESTS: check-app-compatbility
check-app-compatbility-older-stable12:
image: nextcloudci/php5.6:php5.6-3
environment:
- APP_NAME=user_saml
- CORE_BRANCH=v12.0.1
- DB=sqlite
commands:
# 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
# Code checker
- ./occ app:check-code $APP_NAME -c strong-comparison
- ./occ app:check-code $APP_NAME -c deprecation
- cd apps/$APP_NAME/
when:
matrix:
TESTS: check-app-compatbility-older-stable12
check-app-compatbility-stable12:
image: nextcloudci/php5.6:php5.6-3
environment:
@ -269,7 +250,6 @@ matrix:
- TESTS: php7.1-stable12
- TESTS: check-app-compatbility
- TESTS: check-app-compatbility-stable12
- TESTS: check-app-compatbility-older-stable12
- TESTS: signed-off-check
- TESTS: integration-tests
- TESTS: integration-tests-stable12