no message

This commit is contained in:
Damian Mooyman 2017-06-19 15:46:35 +12:00
commit 1337e4a34d
2 changed files with 4 additions and 6 deletions

1
.codecov.yml Normal file
View File

@ -0,0 +1 @@
comment: false

View File

@ -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