forked from etsy/feature
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove all things static. added support for 'excluded_from' and 'start', 'end' feature configurations. remove 'on', 'off' magic that complicates code and replace it with standard [enabled => 100], [enabled => 0] * adding support for start - end configurations. also exclude from regions support * forgot to add files (#1) * fix start - end feature bug * addin automated testing * Update README.md * Delete GENERALIZING.md * Update README.md * Update README.md
- Loading branch information
Pablo Joán Iglesias
authored
Feb 27, 2017
1 parent
015d6ae
commit e8335f0
Showing
32 changed files
with
1,194 additions
and
2,744 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 |
---|---|---|
@@ -1,12 +1,3 @@ | ||
vendor/ | ||
.idea/ | ||
composer.lock | ||
build/api | ||
build/code-browser | ||
build/coverage | ||
build/logs | ||
build/pdepend | ||
build/phpdox | ||
build/testdox | ||
cache.properties | ||
|
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,10 @@ | ||
language: php | ||
|
||
php: | ||
- '5.6' | ||
- '7.0' | ||
- '7.1' | ||
- hhvm | ||
- nightly | ||
|
||
script: composer install && composer require "phpunit/phpunit" && php vendor/bin/phpunit |
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.