Skip to content

Commit

Permalink
travis remove 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ewallah committed Feb 21, 2019
1 parent 5e9d69a commit 301afff
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Expand Up @@ -26,13 +26,10 @@ php:
- 7.3

env:
- DB=pgsql MOODLE_BRANCH=MOODLE_35_STABLE
- DB=pgsql MOODLE_BRANCH=MOODLE_36_STABLE
- DB=pgsql MOODLE_BRANCH=master
- DB=mysqli MOODLE_BRANCH=MOODLE_35_STABLE
- DB=mysqli MOODLE_BRANCH=MOODLE_36_STABLE
- DB=mysqli MOODLE_BRANCH=master
- DB=mariadb MOODLE_BRANCH=MOODLE_35_STABLE
- DB=mariadb MOODLE_BRANCH=MOODLE_36_STABLE
- DB=mariadb MOODLE_BRANCH=master

Expand All @@ -41,7 +38,7 @@ before_install:
- nvm install 8.9
- nvm use 8.9
- cd ../..
- composer create-project -n --no-dev --prefer-dist moodlerooms/moodle-plugin-ci ci ^2
- composer create-project -n --no-dev --prefer-dist blackboard-open-source/moodle-plugin-ci ci ^2
- export PATH="$(cd ci/bin; pwd):$(cd ci/vendor/bin; pwd):$PATH"

install:
Expand Down

0 comments on commit 301afff

Please sign in to comment.