Adding a stage
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
b63de6c6f6
commit
217745824a
19
.travis.yml
19
.travis.yml
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user