diff options
-rw-r--r-- | .travis.yml | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml index 757ddfc..98e16eb 100644 --- a/.travis.yml +++ b/.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" |