-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #211 from turnitin/develop
Merge develop into master for release 2015012501
- Loading branch information
Showing
52 changed files
with
5,535 additions
and
1,384 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
language: php | ||
|
||
sudo: false | ||
|
||
cache: | ||
directories: | ||
- $HOME/.composer/cache | ||
|
||
php: | ||
- 5.5 | ||
# - 5.6 | ||
- 7.0 | ||
|
||
env: | ||
global: | ||
- IGNORE_PATHS=sdk/,pix/ | ||
- IGNORE_NAMES=jquery*,styles.css | ||
matrix: | ||
# - DB=pgsql MOODLE_BRANCH=MOODLE_31_STABLE | ||
# - DB=mysqli MOODLE_BRANCH=MOODLE_31_STABLE | ||
- DB=pgsql MOODLE_BRANCH=MOODLE_30_STABLE | ||
- DB=mysqli MOODLE_BRANCH=MOODLE_30_STABLE | ||
# - DB=pgsql MOODLE_BRANCH=MOODLE_27_STABLE | ||
# - DB=mysqli MOODLE_BRANCH=MOODLE_27_STABLE | ||
|
||
before_install: | ||
- phpenv config-rm xdebug.ini | ||
- cd ../.. | ||
- composer selfupdate | ||
- composer create-project -n --no-dev --prefer-dist moodlerooms/moodle-plugin-ci ci ^1 | ||
- export PATH="$(cd ci/bin; pwd):$(cd ci/vendor/bin; pwd):$PATH" | ||
|
||
install: | ||
- moodle-plugin-ci install | ||
|
||
script: | ||
- moodle-plugin-ci phplint | ||
- moodle-plugin-ci phpcpd | ||
- moodle-plugin-ci phpmd | ||
- moodle-plugin-ci codechecker | ||
- moodle-plugin-ci csslint | ||
- moodle-plugin-ci shifter | ||
# - moodle-plugin-ci jshint | ||
- moodle-plugin-ci validate | ||
# - moodle-plugin-ci phpunit | ||
- moodle-plugin-ci behat |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.