Skip to content

Commit ad5d673

Browse files
committed
Stop grunt failing on older branches.
It will complain about amd stall file since JS changes in 3.8.
1 parent 04abd98 commit ad5d673

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: php
22

33
addons:
4-
postgresql: "9.4"
4+
postgresql: "9.5"
55

66
services:
77
- mysql
@@ -51,7 +51,7 @@ script:
5151
- moodle-plugin-ci validate
5252
- moodle-plugin-ci savepoints
5353
- moodle-plugin-ci mustache
54-
- moodle-plugin-ci grunt
54+
- moodle-plugin-ci grunt || [ "$MOODLE_BRANCH" != 'master' -a "$MOODLE_BRANCH" != 'MOODLE_38_STABLE' ]
5555
- moodle-plugin-ci phpdoc
5656
- moodle-plugin-ci phpunit --coverage-text
5757
- moodle-plugin-ci behat --profile $PROFILE

0 commit comments

Comments
 (0)