Skip to content

Commit c6d86fe

Browse files
author
Mike Churchward
committed
Trying the new HQ Travis.
1 parent eeb94aa commit c6d86fe

File tree

1 file changed

+5
-14
lines changed

1 file changed

+5
-14
lines changed

.travis.yml

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,12 @@
11
language: php
22

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-
93
addons:
10-
firefox: "47.0.1"
114
postgresql: "9.5"
12-
apt:
13-
packages:
14-
- openjdk-8-jre-headless
155

16-
services: mysql
6+
services:
7+
- mysql
8+
- postgresql
9+
- docker
1710

1811
cache:
1912
directories:
@@ -65,10 +58,8 @@ env:
6558

6659
before_install:
6760
- phpenv config-rm xdebug.ini
68-
- nvm install 14.0
69-
- nvm use 14.0
7061
- 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
7263
- export PATH="$(cd ci/bin; pwd):$(cd ci/vendor/bin; pwd):$PATH"
7364

7465
install:

0 commit comments

Comments
 (0)