File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 66 - 5.6
77 - 7.0
88 - 7.1
9- - hhvm
9+ - 7.2
1010
1111before_script :
12- - phpenv config-rm xdebug.ini ; exit 0
13- - composer install --dev
12+ - phpenv config-rm xdebug.ini
13+ - composer install
1414 - mkdir -p vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MO4
1515 - cp ruleset.xml vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MO4/
1616 - cp -R Sniffs vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MO4/
1717 - cp -R Tests vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MO4/
1818 - (cd vendor/squizlabs/php_codesniffer/CodeSniffer/Standards ; git clone https://github.com/xalopp/symfony-coding-standard.git Symfony)
1919
2020script :
21- - (cd vendor/squizlabs/php_codesniffer ; phpunit --filter MO4)
21+ - (cd vendor/squizlabs/php_codesniffer ; ../../bin/ phpunit --filter MO4)
2222 - ./vendor/squizlabs/php_codesniffer/scripts/phpcs ./vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MO4/Sniffs --standard=PHPCS --report=summary -np
Original file line number Diff line number Diff line change 3636 "source" : " https://github.com/mayflower/mo4-coding-standard"
3737 },
3838 "require-dev" : {
39- "squizlabs/php_codesniffer" : " *"
39+ "squizlabs/php_codesniffer" : " 2.9.x-dev" ,
40+ "phpunit/phpunit" : " ^4.0 || ^5.0"
4041 },
4142 "require" : {
4243 "php" : " >=5.4.0"
You can’t perform that action at this time.
0 commit comments