Skip to content

Commit

Permalink
adding builder and aspectbuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
slogsdon committed Jan 9, 2015
1 parent 7ab2a35 commit 22d8918
Show file tree
Hide file tree
Showing 33 changed files with 1,380 additions and 141 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ vendor/
# composer.lock
.DS_Store
build/
tests/tmp/
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,23 @@ php:
- 5.4
- 5.5
- 5.6
- hhvm

install:
- composer install

before_script:
- mkdir -p build/logs
- mkdir -p tests/tmp/cache

script:
- php -d zend.enable_gc=0 vendor/bin/phpunit -c tests/phpunit.xml.dist
- php vendor/bin/phpunit -c tests/phpunit.xml.dist

after_script:
- php vendor/bin/coveralls

matrix:
allow_failures:
- php:
- 5.3
- hhvm
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"version": "0.0.1",
"type": "library",
"require": {
"php": ">=5.3.0"
"php": ">=5.3.0",
"lisachenko/go-aop-php": "*"
},
"require-dev": {
"ext-xdebug": "*",
"phpunit/phpunit": "~4.4",
"squizlabs/php_codesniffer": "~2.1",
"satooshi/php-coveralls": "dev-master",
Expand Down

0 comments on commit 22d8918

Please sign in to comment.