Skip to content

Commit 4b97cd7

Browse files
authored
Merge pull request #30 from stronk7/add_310_own_tests
Add 310 to own tests
2 parents b0f379e + b9bec44 commit 4b97cd7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,10 @@ script:
4646
- moodle-plugin-ci validate
4747
- moodle-plugin-ci savepoints
4848
- moodle-plugin-ci mustache
49-
- moodle-plugin-ci grunt || [ "$MOODLE_BRANCH" != 'master' -a "$MOODLE_BRANCH" != 'MOODLE_39_STABLE' ]
49+
- moodle-plugin-ci grunt || [ \
50+
"$MOODLE_BRANCH" != 'master' -a \
51+
"$MOODLE_BRANCH" != 'MOODLE_310_STABLE' -a \
52+
"$MOODLE_BRANCH" != 'MOODLE_39_STABLE' ]
5053
- moodle-plugin-ci phpdoc
5154
- moodle-plugin-ci phpunit --coverage-text
5255
- moodle-plugin-ci behat --profile default
@@ -62,6 +65,8 @@ jobs:
6265
script:
6366
- make validate
6467
- stage: Integration tests
68+
- php: 7.4
69+
env: MOODLE_BRANCH=MOODLE_310_STABLE
6570
- php: 7.4
6671
env: MOODLE_BRANCH=MOODLE_39_STABLE
6772
- php: 7.4

0 commit comments

Comments
 (0)