Skip to content

Commit

Permalink
CONTRIB-6035 - Identifying third party library in XML file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Churchward committed Feb 3, 2016
1 parent ae65b2d commit 9e91bf0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ matrix:
env:
global:
- MOODLE_BRANCH=MOODLE_30_STABLE
- IGNORE_PATHS=javascript/RGraph
# - IGNORE_PATHS=javascript/RGraph
matrix:
- DB=pgsql
- DB=mysqli
Expand All @@ -40,6 +40,6 @@ script:
- moodle-plugin-ci codechecker
- moodle-plugin-ci csslint
- moodle-plugin-ci shifter
# - moodle-plugin-ci jshint
- moodle-plugin-ci jshint
- moodle-plugin-ci phpunit
- moodle-plugin-ci behat
10 changes: 10 additions & 0 deletions thirdpartylibs.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0"?>
<libraries>
<library>
<location>javascript/RGraph</location>
<name>RGraph</name>
<version>?</version>
<license>MIT</license>
<licenseversion>?</licenseversion>
</library>
</libraries>

0 comments on commit 9e91bf0

Please sign in to comment.