Skip to content

Commit

Permalink
Use moodle-plugin-ci version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kabalin authored and paulholden committed Jul 24, 2020
1 parent 6bf6bff commit ce097c0
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ language: php

addons:
postgresql: "9.5"
apt:
packages:
- chromium-chromedriver

services:
- docker
Expand All @@ -26,7 +23,7 @@ matrix:
env: MOODLE_BRANCH=MOODLE_35_STABLE

- php: 7.0
env: MOODLE_BRANCH=MOODLE_36_STABLE NODE=8.9
env: MOODLE_BRANCH=MOODLE_36_STABLE

- php: 7.1
env: MOODLE_BRANCH=MOODLE_37_STABLE
Expand All @@ -39,12 +36,9 @@ matrix:

before_install:
- phpenv config-rm xdebug.ini
- nvm install ${NODE:-14}
- nvm use ${NODE:-14}
- cd ../..
- composer create-project -n --no-dev --prefer-dist moodlerooms/moodle-plugin-ci ci ^2
- composer create-project -n --no-dev --prefer-dist moodlehq/moodle-plugin-ci ci ^3
- export PATH="$(cd ci/bin; pwd):$(cd ci/vendor/bin; pwd):$PATH"
- docker run -d -p 127.0.0.1:4444:4444 --net=host -v /dev/shm:/dev/shm selenium/standalone-chrome:3

install:
- moodle-plugin-ci install
Expand Down

0 comments on commit ce097c0

Please sign in to comment.