Separate tasks in testing
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
7675e83f78
commit
37c6b7ac72
17
.travis.yml
17
.travis.yml
@ -1,5 +1,8 @@
|
|||||||
language: php
|
language: php
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
include:
|
||||||
|
- stage: test
|
||||||
sudo: true
|
sudo: true
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
@ -22,14 +25,7 @@ php:
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- MOODLE_BRANCH=MOODLE_29_STABLE
|
|
||||||
- MOODLE_BRANCH=MOODLE_30_STABLE
|
|
||||||
- MOODLE_BRANCH=MOODLE_31_STABLE
|
|
||||||
- MOODLE_BRANCH=MOODLE_32_STABLE
|
|
||||||
- MOODLE_BRANCH=MOODLE_33_STABLE
|
|
||||||
- MOODLE_BRANCH=MOODLE_34_STABLE
|
|
||||||
- MOODLE_BRANCH=MOODLE_35_STABLE
|
- MOODLE_BRANCH=MOODLE_35_STABLE
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
- DB=mysqli
|
- DB=mysqli
|
||||||
- DB=pgsql
|
- DB=pgsql
|
||||||
@ -57,12 +53,9 @@ script:
|
|||||||
- moodle-plugin-ci phpunit
|
- moodle-plugin-ci phpunit
|
||||||
- moodle-plugin-ci behat
|
- moodle-plugin-ci behat
|
||||||
|
|
||||||
jobs:
|
- stage: deploy
|
||||||
include:
|
|
||||||
stage: deploy
|
|
||||||
|
|
||||||
before_deploy:
|
before_deploy:
|
||||||
- cd $TRAVIS_REPO_SLUG
|
- cd "$TRAVIS_REPO_SLUG"
|
||||||
- git stash --all
|
- git stash --all
|
||||||
- /bin/sh build.sh
|
- /bin/sh build.sh
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user