We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b27678e commit 2d83e86Copy full SHA for 2d83e86
docs/TravisFileExplained.md
@@ -98,7 +98,7 @@ before_install:
98
# directories to build the project.
99
- cd ../..
100
# Install this project into a directory called "ci".
101
- - composer create-project -n --no-dev --prefer-dist moodlehq/plugin-ci ci ^3
+ - composer create-project -n --no-dev --prefer-dist moodlehq/moodle-plugin-ci ci ^3
102
# Update the $PATH so scripts from this project can be called easily.
103
- export PATH="$(cd ci/bin; pwd):$(cd ci/vendor/bin; pwd):$PATH"
104
0 commit comments