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