Bump .travis.yml to use v3 of moodle-plugin-ci
This commit is contained in:
parent
a1d19bf84d
commit
7b523100b7
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ before_install:
|
||||||
- nvm install 14.0
|
- nvm install 14.0
|
||||||
- nvm use 14.0
|
- nvm use 14.0
|
||||||
- cd ../..
|
- cd ../..
|
||||||
- composer create-project -n --no-dev --prefer-dist moodlehq/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"
|
- export PATH="$(cd ci/bin; pwd):$(cd ci/vendor/bin; pwd):$PATH"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
|
Loading…
Reference in a new issue