summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2018-06-11 19:29:21 +0300
committerValentin Popov <info@valentineus.link>2018-06-11 19:29:21 +0300
commit217745824a9b5af8d6efc1bf5458fbd103b178ff (patch)
treef3abf1f147d3e666691ade391a30f399edc3bc07
parentb63de6c6f66b1ac06df168a0f46e38de48b2b4a4 (diff)
downloadtool_apisiteadmins-217745824a9b5af8d6efc1bf5458fbd103b178ff.tar.xz
tool_apisiteadmins-217745824a9b5af8d6efc1bf5458fbd103b178ff.zip
Adding a stage
Signed-off-by: Valentin Popov <info@valentineus.link>
-rw-r--r--.travis.yml19
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"