Skip to content

Commit

Permalink
yml fix for check-grunt
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusgreen committed Aug 29, 2020
1 parent 3e6b1ce commit eb8a3d0
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 @@ -62,6 +62,6 @@ script:
- moodle-plugin-ci validate
- moodle-plugin-ci savepoints
- moodle-plugin-ci mustache || true
- moodle-plugin-ci grunt || [ "$MOODLE_BRANCH" = 'master' ] || [ "$MOODLE_BRANCH" = 'MOODLE_38_STABLE' ] || [ "$MOODLE_BRANCH" = 'MOODLE_37_STABLE' ]
- moodle-plugin-ci grunt || [ "$CHECK_GRUNT" = 'no' ]
- moodle-plugin-ci phpunit
- moodle-plugin-ci behat || true # Behat seems to be broken at the moment :-(

0 comments on commit eb8a3d0

Please sign in to comment.