diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 0000000..69cb760 --- /dev/null +++ b/.codecov.yml @@ -0,0 +1 @@ +comment: false diff --git a/.travis.yml b/.travis.yml index 7ff6d15..3a81c84 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,13 +1,10 @@ -# See https://github.com/silverstripe-labs/silverstripe-travis-support for setup details +# See https://github.com/silverstripe/silverstripe-travis-support for setup details sudo: false language: php php: - - 5.3 - - 5.4 - - 5.5 - 5.6 env: @@ -19,7 +16,7 @@ env: matrix: include: - php: 5.6 - env: DB=MYSQL CORE_RELEASE=3 + env: DB=MYSQL CORE_RELEASE=3.5 - php: 5.6 env: DB=PGSQL CORE_RELEASE=3 # Allowed to fail, meaning delayed code coverage reports @@ -34,7 +31,7 @@ before_install: before_script: - composer self-update || true - - git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/travis-support + - git clone git://github.com/silverstripe/silverstripe-travis-support.git ~/travis-support - php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss - cd ~/builds/ss - composer install