Skip to content
Snippets Groups Projects
Commit 07a678ee authored by Justus Dieckmann's avatar Justus Dieckmann
Browse files

Travis: Fix Travis

parent b2b56073
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ os: linux
addons:
firefox: "47.0.1"
postgresql: "9.4"
postgresql: "9.5"
cache:
directories:
......@@ -18,14 +18,13 @@ php:
- 7.3
env:
jobs:
matrix:
- DB=pgsql MOODLE_BRANCH=MOODLE_38_STABLE
- DB=pgsql MOODLE_BRANCH=master
before_install:
- phpenv config-rm xdebug.ini
- nvm install 8.9
- nvm use 8.9
- nvm install 14
- cd ../..
- composer create-project -n --no-dev --prefer-dist blackboard-open-source/moodle-plugin-ci ci dev-master
- export PATH="$(cd ci/bin; pwd):$(cd ci/vendor/bin; pwd):$PATH"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment