Skip to content

Commit

Permalink
Merge pull request #26 from 4t4r1/master
Browse files Browse the repository at this point in the history
SS module rating compliance
  • Loading branch information
dljoseph authored Jul 18, 2016
2 parents 33bb3fe + b4fdfb5 commit c2bcb54
Show file tree
Hide file tree
Showing 5 changed files with 68 additions and 0 deletions.
41 changes: 41 additions & 0 deletions .travis.yml
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
15 changes: 15 additions & 0 deletions CHANGELOG.md
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)*
12 changes: 12 additions & 0 deletions CONTRIBUTING.md
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 added docs/.gitkeep
Empty file.
Empty file added tests/.gitkeep
Empty file.

0 comments on commit c2bcb54

Please sign in to comment.