From: Dan Marsden Date: Sun, 3 Sep 2017 21:30:14 +0000 (+1200) Subject: Don't need to call copmoser selfupdate. X-Git-Url: https://git.cameron1729.xyz/?a=commitdiff_plain;h=8b80ca885fe935db394884db8916defb60018221;p=moodle-mod_attendance.git Don't need to call copmoser selfupdate. --- diff --git a/.travis.yml b/.travis.yml index 598e8f8..ffe01fb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,6 @@ before_install: - phpenv config-rm xdebug.ini - nvm install node - cd ../.. - - composer selfupdate - composer create-project -n --no-dev --prefer-dist moodlerooms/moodle-plugin-ci ci ^2 - export PATH="$(cd ci/bin; pwd):$(cd ci/vendor/bin; pwd):$PATH"