From: Dan Marsden Date: Thu, 17 Nov 2016 23:43:51 +0000 (+1300) Subject: add prefer-dist, remove line ending X-Git-Url: http://cameron1729.xyz/?a=commitdiff_plain;h=19575cc38cf38ccf631c060e8a266a67fbe7c820;p=moodle-mod_attendance.git add prefer-dist, remove line ending --- diff --git a/.travis.yml b/.travis.yml index 041e361..059e098 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ before_install: - phpenv config-rm xdebug.ini - cd ../.. - composer selfupdate - - composer create-project -n --no-dev moodlerooms/moodle-plugin-ci ci ^1 + - composer create-project -n --no-dev --prefer-dist moodlerooms/moodle-plugin-ci ci ^1 - export PATH="$(cd ci/bin; pwd):$(cd ci/vendor/bin; pwd):$PATH" install: @@ -35,4 +35,4 @@ script: - moodle-plugin-ci jshint - moodle-plugin-ci validate - moodle-plugin-ci phpunit - - moodle-plugin-ci behat + - moodle-plugin-ci behat \ No newline at end of file