Skip to content

Commit

Permalink
Changed to moodlehq/moodle-plugin-ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaboesch committed Jul 26, 2020
1 parent 97b85b8 commit 253cd13
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 10 deletions.
33 changes: 24 additions & 9 deletions .travis.yml
Expand Up @@ -6,11 +6,6 @@ dist: xenial

addons:
firefox: "47.0.1"
postgresql: "9.6"
apt:
packages:
- openjdk-8-jre-headless
- chromium-chromedriver

cache:
directories:
Expand All @@ -22,20 +17,21 @@ php:
- 7.1
- 7.2
- 7.3
- 7.4

before_install:
- phpenv config-rm xdebug.ini
- nvm install 8.9
- nvm use 8.9
- cd ../..
- composer create-project -n --no-dev --prefer-dist blackboard-open-source/moodle-plugin-ci ci ^2
- composer create-project -n --no-dev --prefer-dist moodlehq/moodle-plugin-ci ci ^3
- export PATH="$(cd ci/bin; pwd):$(cd ci/vendor/bin; pwd):$PATH"

install:
- moodle-plugin-ci install

services:
- mysql
- postgresql
- docker

env:
jobs:
Expand Down Expand Up @@ -72,6 +68,22 @@ jobs:
env: DB=pgsql MOODLE_BRANCH=MOODLE_36_STABLE
- php: 7.3
env: DB=mysqli MOODLE_BRANCH=MOODLE_36_STABLE
- php: 7.4
env: DB=pgsql MOODLE_BRANCH=MOODLE_34_STABLE
- php: 7.4
env: DB=mysqli MOODLE_BRANCH=MOODLE_34_STABLE
- php: 7.4
env: DB=pgsql MOODLE_BRANCH=MOODLE_35_STABLE
- php: 7.4
env: DB=mysqli MOODLE_BRANCH=MOODLE_35_STABLE
- php: 7.4
env: DB=pgsql MOODLE_BRANCH=MOODLE_36_STABLE
- php: 7.4
env: DB=mysqli MOODLE_BRANCH=MOODLE_36_STABLE
- php: 7.4
env: DB=pgsql MOODLE_BRANCH=MOODLE_37_STABLE
- php: 7.4
env: DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE
fast_finish: true

script:
Expand All @@ -83,5 +95,8 @@ script:
- moodle-plugin-ci savepoints
- moodle-plugin-ci mustache || true # report issues, but don't fail the build.
- moodle-plugin-ci grunt
- moodle-plugin-ci phpunit
- moodle-plugin-ci phpunit --coverage-clover
- moodle-plugin-ci behat

after_success:
- moodle-plugin-ci coveralls-upload
3 changes: 2 additions & 1 deletion README.md
@@ -1,4 +1,5 @@
Safe Exam Browser (SEB) quiz access rule
# Safe Exam Browser (SEB) quiz access rule [![Build Status](https://travis-ci.org/lucaboesch/moodle-quizaccess_safeexambrowser.svg?branch=master)](https://travis-ci.org/lucaboesch/moodle-quizaccess_safeexambrowser) [![Coverage Status](https://coveralls.io/repos/github/lucaboesch/moodle-quizaccess_safeexambrowser/badge.svg?branch=master)](https://coveralls.io/github/lucaboesch/moodle-quizaccess_safeexambrowser?branch=master)

https://moodle.org/plugins/quizaccess_safeexambrowser

This quiz access rule was created by Tim Hunt at the Open University.
Expand Down

0 comments on commit 253cd13

Please sign in to comment.