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 ...@@ -3,7 +3,7 @@ os: linux
addons: addons:
firefox: "47.0.1" firefox: "47.0.1"
postgresql: "9.4" postgresql: "9.5"
cache: cache:
directories: directories:
...@@ -18,14 +18,13 @@ php: ...@@ -18,14 +18,13 @@ php:
- 7.3 - 7.3
env: env:
jobs: matrix:
- DB=pgsql MOODLE_BRANCH=MOODLE_38_STABLE - DB=pgsql MOODLE_BRANCH=MOODLE_38_STABLE
- DB=pgsql MOODLE_BRANCH=master - DB=pgsql MOODLE_BRANCH=master
before_install: before_install:
- phpenv config-rm xdebug.ini - phpenv config-rm xdebug.ini
- nvm install 8.9 - nvm install 14
- nvm use 8.9
- cd ../.. - cd ../..
- composer create-project -n --no-dev --prefer-dist blackboard-open-source/moodle-plugin-ci ci dev-master - 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" - 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