Adding a stage

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2018-06-11 20:29:21 +04:00
parent b63de6c6f6
commit 217745824a
Signed by: Valentin Popov
GPG Key ID: 269A00ACA90A8EA3

View File

@ -15,7 +15,6 @@ cache:
- "$HOME/.npm" - "$HOME/.npm"
php: php:
- 5.6
- 7.0 - 7.0
- 7.1 - 7.1
- 7.2 - 7.2
@ -27,11 +26,6 @@ env:
- DB=mysqli - DB=mysqli
- DB=pgsql - DB=pgsql
matrix:
allow_failures:
- php: 5.6
env: MOODLE_BRANCH=MOODLE_33_STABLE
before_install: before_install:
- phpenv config-rm xdebug.ini - phpenv config-rm xdebug.ini
- nvm install 8.9 - nvm install 8.9
@ -58,9 +52,18 @@ script:
jobs: jobs:
include: include:
- stage: test old
php: 5.6
env:
global:
- MOODLE_BRANCH=MOODLE_33_STABLE
matrix:
- DB=mysqli
- DB=pgsql
- stage: deploy - stage: deploy
install: false php: 7.2
script: false
before_deploy: before_deploy:
- cd "$TRAVIS_REPO_SLUG" - cd "$TRAVIS_REPO_SLUG"