Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
Explicitly specify the moodle33 branch for the add-plugin
  • Loading branch information
lushonline committed Aug 18, 2020
1 parent 3b76e13 commit 36e398f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ before_install:
- export PATH="$(cd ci/bin; pwd):$(cd ci/vendor/bin; pwd):$PATH"

install:
- moodle-plugin-ci add-plugin lushonline/moodle-mod_externalcontent
- moodle-plugin-ci add-plugin -b moodle33 lushonline/moodle-mod_externalcontent
- moodle-plugin-ci install

script:
Expand Down

0 comments on commit 36e398f

Please sign in to comment.