Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
fre5h committed Dec 18, 2013
1 parent c34d6be commit bffa2e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ tools:
excluded_dirs: ["vendor"]
enabled: true
php_pdepend:
excluded_dirs: [vendor]
excluded_dirs: ["vendor", "tests"]
php_loc: true
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@ php:

before_script:
- composer install
- pear install --alldeps PHP_CodeSniffer
- phpenv rehash
- git clone git://github.com/opensky/Symfony2-coding-standard.git $(pear config-get php_dir)/PHP/CodeSniffer/Standards/Symfony2
- phpcs --standard=Symfony2 --ignore=/vendor ./
- phpcs --standard=PSR1 --ignore=/vendor ./

script: phpunit

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Add the following lines to your `composer.json` file and then run `php composer.
<tr>
<td>Ukrainian</td>
<td>English</td>
<td>[Resolution of the Cabinet of Ministers of Ukraine β„–55 dated January 27, 2010](http://zakon1.rada.gov.ua/laws/show/55-2010-%D0%BF)</td>
<td>Resolution of the Cabinet of Ministers of Ukraine β„–55 dated January 27, 2010 http://zakon1.rada.gov.ua/laws/show/55-2010-%D0%BF</td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit bffa2e7

Please sign in to comment.