Skip to content

Commit

Permalink
Trying to fix mustache as well. Wunderbyte-GmbH#68
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelpollak committed Jul 29, 2019
1 parent c12e17e commit 673ee7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- moodle-plugin-ci phpmd
- moodle-plugin-ci codechecker
- moodle-plugin-ci savepoints
#- moodle-plugin-ci mustache
- moodle-plugin-ci mustache
- moodle-plugin-ci grunt
- moodle-plugin-ci validate

Expand All @@ -80,6 +80,7 @@ install:
script:
- moodle-plugin-ci phpunit --coverage-clover
- moodle-plugin-ci behat --moodle=${MOODLE_DIR} --auto-rerun=0 --profile=chrome --dump

after_success:
- bash <(curl -s https://codecov.io/bash)

Expand Down

0 comments on commit 673ee7c

Please sign in to comment.