Skip to content

Commit

Permalink
Merge pull request #23 from turnitin/develop
Browse files Browse the repository at this point in the history
Release v2020031801
  • Loading branch information
dwinn authored Mar 18, 2020
2 parents 69467fe + a6a6c5a commit c51b73a
Show file tree
Hide file tree
Showing 79 changed files with 977 additions and 299 deletions.
25 changes: 21 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,30 @@ cache:
- $HOME/.composer/cache

php:
- 5.6
- 7.0
- 7.2
- 7.4

services:
- mysql
- postgresql

env:
matrix:
- DB=pgsql MOODLE_BRANCH=MOODLE_33_STABLE
- DB=mysqli MOODLE_BRANCH=MOODLE_33_STABLE
- DB=pgsql MOODLE_BRANCH=MOODLE_35_STABLE
- DB=mysqli MOODLE_BRANCH=MOODLE_35_STABLE
- DB=pgsql MOODLE_BRANCH=MOODLE_38_STABLE
- DB=mysqli MOODLE_BRANCH=MOODLE_38_STABLE

matrix:
exclude:
- 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_38_STABLE
php: 7.2
- env: DB=mysqli MOODLE_BRANCH=MOODLE_38_STABLE
php: 7.2

before_install:
- phpenv config-rm xdebug.ini
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Features:

Useful Links
-
[Creating the your Turnitin API key](https://help.turnitin.com/simcheck/integrations/moodle/administrator/account-basics/creating-an-API-key.htm)
[Creating your Turnitin API key](https://help.turnitin.com/simcheck/integrations/moodle/administrator/account-basics/creating-an-API-key.htm)

Installation
-
Expand Down
2 changes: 1 addition & 1 deletion amd/build/connection_test.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions amd/build/connection_test.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion amd/build/cv_launch.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c51b73a

Please sign in to comment.