Skip to content
This repository has been archived by the owner on Apr 28, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/3703'
Browse files Browse the repository at this point in the history
Close zendframework/zendframework#3703

THIS IS AMAZING! Normally takes me 3-4 minutes on my 4 core machine to run tests
and CS checks; with this, it took 52s. SECONDS! Thanks, @Ocramius !!!!
  • Loading branch information
weierophinney committed Feb 7, 2013
2 parents 19afffe + 0e541e3 commit 86b4350
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,9 @@ matrix:

before_install:
- cp tests/TestConfiguration.php.travis tests/TestConfiguration.php
- composer install --dev --prefer-source
- wget http://cs.sensiolabs.org/get/php-cs-fixer.phar

script:
- php ./tests/run-tests.php
- output=$(php php-cs-fixer.phar fix -v --dry-run .); if [[ $output ]]; then while read -r line; do echo -e "\e[00;31m$line\e[00m"; done <<< "$output"; false; fi;
- ant travis -keep-going

notifications:
irc: "irc.freenode.org#zftalk.dev"
Expand Down

0 comments on commit 86b4350

Please sign in to comment.