Skip to content

Commit

Permalink
Merge pull request #240 from stronk7/reduce_travis_testing
Browse files Browse the repository at this point in the history
Remove CI testing on Travis
  • Loading branch information
stronk7 authored Sep 15, 2023
2 parents a9dc987 + ba34be3 commit 3648f5c
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,19 +87,12 @@ jobs:

- stage: Integration tests
if: env(MOODLE_BRANCH) IS present
# Only master with highest supported PHP version.
- php: 8.2
env: MOODLE_BRANCH=master
# Last stable with highest supported PHP version.
- php: 8.2
env: MOODLE_BRANCH=MOODLE_402_STABLE
- php: 8.1
env: MOODLE_BRANCH=MOODLE_401_STABLE
- php: 8.0
env: MOODLE_BRANCH=MOODLE_400_STABLE
- php: 8.0
env: MOODLE_BRANCH=MOODLE_311_STABLE
- php: 7.4
env: MOODLE_BRANCH=MOODLE_310_STABLE
- php: 7.4
env: MOODLE_BRANCH=MOODLE_39_STABLE
# And oldest stable supported (with lowest supported PHP version).
- php: 7.4
env: MOODLE_BRANCH=MOODLE_38_STABLE

0 comments on commit 3648f5c

Please sign in to comment.