Fixed errors CI config

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2019-04-28 14:31:51 +04:00
parent 0cdfc1b1cf
commit 0fe3b14f29
Signed by: Valentin Popov
GPG Key ID: 269A00ACA90A8EA3

View File

@ -4,10 +4,13 @@ sudo: true
addons: addons:
firefox: "latest-esr" firefox: "latest-esr"
postgresql: "9.6" postgresql: "9.6"
apt: apt:
packages: packages:
- "oracle-java8-installer" - "mysql-client-5.6"
- "oracle-java8-set-default" - "mysql-client-core-5.6"
- "mysql-server-5.6"
- "openjdk-8-jre-headless"
cache: cache:
directories: directories:
@ -15,13 +18,17 @@ cache:
- "$HOME/.npm" - "$HOME/.npm"
php: php:
- 7.0 - "7.0"
- 7.1 - "7.1"
- 7.2 - "7.2"
env: env:
global: global:
- MOODLE_BRANCH=MOODLE_33_STABLE
- MOODLE_BRANCH=MOODLE_34_STABLE
- MOODLE_BRANCH=MOODLE_35_STABLE - MOODLE_BRANCH=MOODLE_35_STABLE
- MOODLE_BRANCH=MOODLE_36_STABLE
matrix: matrix:
- DB=mysqli - DB=mysqli
- DB=pgsql - DB=pgsql
@ -49,23 +56,3 @@ script:
- moodle-plugin-ci grunt - moodle-plugin-ci grunt
- moodle-plugin-ci phpunit - moodle-plugin-ci phpunit
- moodle-plugin-ci behat - moodle-plugin-ci behat
jobs:
include:
- stage: deploy
php: 7.2
before_deploy:
- cd "$TRAVIS_REPO_SLUG"
- git stash --all
- /bin/sh build.sh
deploy:
api_key: $GITHUB_PROJECT_TOKEN
email: "info@valentineus.link"
file: "build/*.zip"
file_glob: true
provider: releases
skip_cleanup: true
on:
tags: true