We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04abd98 commit ad5d673Copy full SHA for ad5d673
.travis.yml
@@ -1,7 +1,7 @@
1
language: php
2
3
addons:
4
- postgresql: "9.4"
+ postgresql: "9.5"
5
6
services:
7
- mysql
@@ -51,7 +51,7 @@ script:
51
- moodle-plugin-ci validate
52
- moodle-plugin-ci savepoints
53
- moodle-plugin-ci mustache
54
- - moodle-plugin-ci grunt
+ - moodle-plugin-ci grunt || [ "$MOODLE_BRANCH" != 'master' -a "$MOODLE_BRANCH" != 'MOODLE_38_STABLE' ]
55
- moodle-plugin-ci phpdoc
56
- moodle-plugin-ci phpunit --coverage-text
57
- moodle-plugin-ci behat --profile $PROFILE
0 commit comments