Skip to content

Commit

Permalink
Minor revisions to dependancies and calls for testing on travic-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
devjack committed Oct 7, 2013
1 parent fa28abf commit 9a8a929
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -9,10 +9,10 @@ before_script:

script:
- mkdir -p build/logs
- phpcs --standard=PSR2 src/
- phpcs --standard=PSR2 tests/
- phpunit
- phpunit --coverage-clover build/logs/clover.xml
- vendor/bin/phpcs --standard=PSR2 src/
- vendor/bin/phpcs --standard=PSR2 tests/
- vendor/bin/phpunit
- vendor/bin/phpunit --coverage-clover build/logs/clover.xml

after_script:
- vendor/bin/coveralls
3 changes: 2 additions & 1 deletion composer.json
Expand Up @@ -4,7 +4,8 @@
"author": "Jack Skinner <sydnerdrage@gmail.com>",
"require-dev": {
"phpunit/phpunit": "3.7.*",
"satooshi/php-coveralls": "dev-master"
"satooshi/php-coveralls": "dev-master",
"squizlabs/php_codesniffer": "1.4.*@stable"
},
"config": {
"vendor-dir": "vendor"
Expand Down

0 comments on commit 9a8a929

Please sign in to comment.