Skip to content

Commit

Permalink
Update travis-ci
Browse files Browse the repository at this point in the history
* Add tests with PHP 7.3
* Fix java package issue : see open-lms-open-source/moodle-plugin-ci#83
* Rename moodlerooms to blackboard-open-source
  • Loading branch information
ak4t0sh committed May 17, 2019
1 parent 35d4525 commit 6dc62f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ addons:
postgresql: "9.4"
apt:
packages:
- oracle-java8-installer
- oracle-java8-set-default
- openjdk-8-jre-headless

cache:
directories:
Expand All @@ -27,6 +26,7 @@ php:
- 7.0
- 7.1
- 7.2
- 7.3
env:
matrix:
- DB=mysqli MOODLE_BRANCH=master
Expand All @@ -42,7 +42,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 6dc62f2

Please sign in to comment.