Skip to content

Commit

Permalink
First steps of using SclCurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Oram committed Jan 6, 2014
1 parent fe2de4e commit 31a6c07
Show file tree
Hide file tree
Showing 16 changed files with 524 additions and 266 deletions.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@ before_script:
- composer install --dev --prefer-source
- mkdir -p build/logs

script: .travis/travis_build.sh
script:
- .travis/travis_build.sh
- vendor/bin/phpunit --coverage-clover="build/logs/clover.xml"
- vendor/bin/phpcs --standard=psr2 src
- vendor/bin/phpmd src text codesize

after_script:
- php vendor/bin/coveralls -v
# - wget https://scrutinizer-ci.com/ocular.phar
# - php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
2 changes: 2 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
],
"require" : {
"php" : ">=5.4",
"sclinternet/currency": "dev-master",
"sclinternet/scl-zf-currency": "dev-master",
"sclinternet/scl-zf-generic-mapper": "dev-master",
"zendframework/zendframework" : "2.*"
},
Expand Down

0 comments on commit 31a6c07

Please sign in to comment.