Skip to content

Commit 2baa5df

Browse files
author
Tom Van Herreweghe
committed
Fix merge conflicts after merging v0.2.2 branch
Signed-off-by: Tom Van Herreweghe <[email protected]>
2 parents 3c29f52 + 812b42d commit 2baa5df

File tree

5 files changed

+420
-1
lines changed

5 files changed

+420
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
phpunit.xml
22
tests/log
33
vendor
4+
composer.phar

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ script:
1313
- mkdir -p build/logs
1414
- php vendor/bin/phpunit -c phpunit.xml.dist
1515
- ./vendor/bin/phpunit --coverage-clover ./build/logs/clover.xml
16+
- ./vendor/bin/phpcs --standard=PSR2 ./lib/
1617

1718
before_script:
1819
- composer install --dev --prefer-source

0 commit comments

Comments
 (0)