Skip to content

Commit

Permalink
Cleanup source code
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanlanin committed Apr 18, 2014
1 parent 5aeeb99 commit 5c848b0
Show file tree
Hide file tree
Showing 105 changed files with 15,477 additions and 15,531 deletions.
17 changes: 15 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
unitTests/codeCoverage
.DS_Store
._*
.Spotlight-V100
.Trashes
Thumbs.db
Desktop.ini
.idea
_build
phpunit.xml
composer.lock
composer.phar
vendor
*.settings
*.project
*.buildpath
*.buildpath
Tests/results
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
language: php

php:
- 5.3.3
- 5.3
- 5.4
- 5.5

matrix:
allow_failures:
- php: 5.3.3

before_script:
## Composer
- curl -s http://getcomposer.org/installer | php
Expand All @@ -26,14 +31,15 @@ before_script:

script:
## PHP_CodeSniffer
- phpcs --standard=PSR1 Classes/
- phpcs --standard=PSR2 Classes/
## PHP Copy/Paste Detector
- php phpcpd.phar --verbose Classes/
## PHP Mess Detector
- phpmd Classes/ text codesize,unusedcode,naming,design
## PHPLOC
- php phploc.phar Classes/
## PHPUnit
- phpunit -c ./ --coverage-text

notifications:
email:
Expand Down
File renamed without changes.
Loading

0 comments on commit 5c848b0

Please sign in to comment.