-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
68 additions
and
0 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,41 @@ | ||
# See https://github.com/silverstripe-labs/silverstripe-travis-support for setup details | ||
|
||
sudo: false | ||
|
||
language: php | ||
|
||
php: | ||
- 5.4 | ||
- 5.5 | ||
- 5.6 | ||
- 7.0 | ||
|
||
env: | ||
- DB=MYSQL CORE_RELEASE=3.1 | ||
|
||
matrix: | ||
include: | ||
- php: 5.6 | ||
env: DB=MYSQL CORE_RELEASE=3 | ||
- php: 5.6 | ||
env: DB=MYSQL CORE_RELEASE=3.1 | ||
- php: 5.6 | ||
env: DB=PGSQL CORE_RELEASE=3.2 | ||
- php: 5.6 | ||
env: DB=PGSQL CORE_RELEASE=3.3 | ||
- php: 5.6 | ||
env: DB=PGSQL CORE_RELEASE=3.4 | ||
allow_failures: | ||
- php: 7.0 | ||
|
||
before_script: | ||
- composer self-update || true | ||
- composer clear-cache | ||
- composer validate | ||
- git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/travis-support | ||
- php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss | ||
- cd ~/builds/ss | ||
- composer install | ||
|
||
script: | ||
- ./vendor/bin/phpunit ./maintenance-mode/tests |
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,15 @@ | ||
# Change Log | ||
|
||
## [v1.0.3](https://github.com/4t4r1/silverstripe-maintenance-mode/tree/v1.0.3) (2015-10-17) | ||
[Full Changelog](https://github.com/4t4r1/silverstripe-maintenance-mode/compare/v1.0.2...v1.0.3) | ||
|
||
## [v1.0.2](https://github.com/4t4r1/silverstripe-maintenance-mode/tree/v1.0.2) (2015-10-16) | ||
[Full Changelog](https://github.com/4t4r1/silverstripe-maintenance-mode/compare/v1.0.1...v1.0.2) | ||
|
||
## [v1.0.1](https://github.com/4t4r1/silverstripe-maintenance-mode/tree/v1.0.1) (2015-10-15) | ||
[Full Changelog](https://github.com/4t4r1/silverstripe-maintenance-mode/compare/v1.0.0...v1.0.1) | ||
|
||
## [v1.0.0](https://github.com/4t4r1/silverstripe-maintenance-mode/tree/v1.0.0) (2015-10-15) | ||
|
||
|
||
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* |
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,12 @@ | ||
# Contributing | ||
|
||
Any open source product is only as good as the community behind it. You can participate by sharing code, ideas, or simply discussing issues. No matter what your skill level is, every contribution counts. | ||
|
||
See our [high level overview](http://silverstripe.org/contributing-to-silverstripe) on silverstripe.org on how you can help out. | ||
|
||
## Contributing code | ||
|
||
In a nutshell: | ||
- PSR2 complaint | ||
- PHPDoc any additional vars, functions or amendments | ||
- Write tests for any additional functionality |
Empty file.
Empty file.