Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
msvrtan committed Mar 2, 2015
1 parent 2b03b53 commit c2a3b5c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions shippable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ language: php
cache: true
archive: true

php:
php:
- 5.5

before_script:
before_script:
- composer install
- chmod +x vendor/bin/phpunit
- chmod +x vendor/bin/phpunit
- mkdir -p shippable/testresults
- mkdir -p shippable/codecoverage
- mkdir -p build/cov
Expand All @@ -20,4 +20,3 @@ script:
- ./vendor/bin/phpcs --standard=phpcs.xml src/ -n --report=xml --report-file=shippable/phpcs.xml
- ./vendor/bin/php-cs-fixer fix src/ --dry-run --diff --level=symfony --fixers=-unused_use,-empty_return --format=xml > shippable/phpcsfixer-src.xml
- ./vendor/bin/php-cs-fixer fix tests/ --dry-run --diff --level=symfony --fixers=-unused_use,-empty_return --format=xml > shippable/phpcsfixer-tests.xml

0 comments on commit c2a3b5c

Please sign in to comment.