Skip to content
Snippets Groups Projects
Commit e8f766ec authored by Ryan Smith's avatar Ryan Smith
Browse files

ci(travis): Attempts to fix release publishing.

parent 48ffb6e2
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,6 @@ before_install:
- composer install --no-interaction
- phpenv config-rm xdebug.ini
- nvm install node
- pwd
- cd ../..
- composer selfupdate
- composer create-project -n --no-dev --prefer-dist moodlerooms/moodle-plugin-ci ci ^2
......@@ -45,6 +44,7 @@ script:
# run codechecker without the vendor/ directory
- rm -rf "$(find -type d -name xapi)/vendor"
- moodle-plugin-ci codechecker
- cd $TRAVIS_BUILD_DIR
after_success:
- if [[ "$TRAVIS_BRANCH" == "master" ]]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment