Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,15 @@ matrix:
env: MOODLE_BRANCH=MOODLE_38_STABLE DB=pgsql
- php: 7.2
env: MOODLE_BRANCH=MOODLE_38_STABLE DB=mysqli
- php: 7.2
env: MOODLE_BRANCH=MOODLE_39_STABLE DB=pgsql
- php: 7.2
env: MOODLE_BRANCH=MOODLE_39_STABLE DB=mysqli

before_install:
- phpenv config-rm xdebug.ini
- nvm install 8.9
- nvm use 8.9
- nvm install 14
- nvm use 14
- cd ../..
- composer create-project -n --no-dev --prefer-dist blackboard-open-source/moodle-plugin-ci ci ^2
- export PATH="$(cd ci/bin; pwd):$(cd ci/vendor/bin; pwd):$PATH"
Expand Down