File tree Expand file tree Collapse file tree 1 file changed +5
-14
lines changed Expand file tree Collapse file tree 1 file changed +5
-14
lines changed Original file line number Diff line number Diff line change 1
1
language : php
2
2
3
- # We use trusty as currently there is an issue with java and moodle-plugin-ci mustache linting which
4
- # causes causes tests to fail on xenial and bionic. (See https://github.com/blackboard-open-source/moodle-plugin-ci/issues/91).
5
- dist : trusty
6
-
7
- sudo : true
8
-
9
3
addons :
10
- firefox : " 47.0.1"
11
4
postgresql : " 9.5"
12
- apt :
13
- packages :
14
- - openjdk-8-jre-headless
15
5
16
- services : mysql
6
+ services :
7
+ - mysql
8
+ - postgresql
9
+ - docker
17
10
18
11
cache :
19
12
directories :
65
58
66
59
before_install :
67
60
- phpenv config-rm xdebug.ini
68
- - nvm install 14.0
69
- - nvm use 14.0
70
61
- cd ../..
71
- - composer create-project -n --no-dev --prefer-dist blackboard-open-source /moodle-plugin-ci ci ^2
62
+ - composer create-project -n --no-dev --prefer-dist moodlehq /moodle-plugin-ci ci ^3
72
63
- export PATH="$(cd ci/bin; pwd):$(cd ci/vendor/bin; pwd):$PATH"
73
64
74
65
install :
You can’t perform that action at this time.
0 commit comments