Bump .travis.yml to use v3 of moodle-plugin-ci
This commit is contained in:
parent
0f6282a1b1
commit
5034faa2e4
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ before_install:
|
|||
- nvm install 8.9
|
||||
- nvm use 8.9
|
||||
- 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"
|
||||
|
||||
install:
|
||||
|
|
Loading…
Reference in a new issue