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.
2 parents b0f379e + b9bec44 commit 4b97cd7Copy full SHA for 4b97cd7
.travis.yml
@@ -46,7 +46,10 @@ script:
46
- moodle-plugin-ci validate
47
- moodle-plugin-ci savepoints
48
- moodle-plugin-ci mustache
49
- - moodle-plugin-ci grunt || [ "$MOODLE_BRANCH" != 'master' -a "$MOODLE_BRANCH" != 'MOODLE_39_STABLE' ]
+ - moodle-plugin-ci grunt || [ \
50
+ "$MOODLE_BRANCH" != 'master' -a \
51
+ "$MOODLE_BRANCH" != 'MOODLE_310_STABLE' -a \
52
+ "$MOODLE_BRANCH" != 'MOODLE_39_STABLE' ]
53
- moodle-plugin-ci phpdoc
54
- moodle-plugin-ci phpunit --coverage-text
55
- moodle-plugin-ci behat --profile default
@@ -62,6 +65,8 @@ jobs:
62
65
script:
63
66
- make validate
64
67
- stage: Integration tests
68
+ - php: 7.4
69
+ env: MOODLE_BRANCH=MOODLE_310_STABLE
70
- php: 7.4
71
env: MOODLE_BRANCH=MOODLE_39_STABLE
72
0 commit comments