diff --git a/.travis.yml b/.travis.yml index 1ce0f6e..a0f1190 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,7 @@ before_script: - composer validate - if [[ $DB == "PGSQL" ]]; then composer require --no-update silverstripe/postgresql 2.0.x-dev; fi - - if [[ $DB == "SUBSITES" ]]; then composer require --no-update silverstripe/subsites 2.0.x-dev; fi + - if [[ $SUBSITES ]]; then composer require --no-update silverstripe/subsites 2.0.x-dev; fi - composer install --prefer-dist --no-interaction --no-progress --no-suggest --optimize-autoloader --verbose --profile script: diff --git a/changelog.md b/changelog.md deleted file mode 100644 index 6fa94ba..0000000 --- a/changelog.md +++ /dev/null @@ -1,9 +0,0 @@ -# Changelog - -All notable changes to this project will be documented in this file. - -This project adheres to [Semantic Versioning](http://semver.org/). - -## [1.0.0-rc1] - - * Initial release candidate diff --git a/phpunit.xml.dist b/phpunit.xml.dist new file mode 100644 index 0000000..8700f65 --- /dev/null +++ b/phpunit.xml.dist @@ -0,0 +1,14 @@ + + + tests/ + + + + + src/ + + tests/ + + + +