File tree Expand file tree Collapse file tree 6 files changed +9
-459
lines changed Expand file tree Collapse file tree 6 files changed +9
-459
lines changed Original file line number Diff line number Diff line change 99src /Michelf /*
1010src /.gitignore
1111vendor /**
12+ composer.lock
1213
1314# JIRA plugin
1415atlassian-ide-plugin.xml
Original file line number Diff line number Diff line change 33- ' 5.6'
44- ' 7.0'
55before_script :
6- - composer -n --prefer-source install --dev
7- - if [[ ${TRAVIS_PHP_VERSION:0:3} == "5.6" ]]; then wget https://phar.phpunit.de/phpunit-5.7.phar; fi
8- - if [[ ${TRAVIS_PHP_VERSION:0:3} == "5.6" ]]; then mv phpunit-5.7.phar phpunit; fi
9- - if [[ ${TRAVIS_PHP_VERSION:0:3} == "5.6" ]]; then chmod +x phpunit; fi
6+ - composer -n install
107- if [[ ${TRAVIS_PHP_VERSION:0:3} == "5.6" ]]; then pecl install runkit; fi
118- if [[ ${TRAVIS_PHP_VERSION:0:3} == "5.6" ]]; then echo "runkit.internal_override=1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini; fi
129- if [[ ${TRAVIS_PHP_VERSION:0:3} == "7.0" ]]; then pecl install uopz; fi
13- - wget --content-disposition "https://github.com/theseer/Autoload/releases/download/1.22.0/phpab-1.22.0.phar"
14- - mv phpab-1.22.0.phar phpab
15- - chmod +x phpab
1610- export PATH=$PATH:$PWD
17- script : phpunit --configuration tests/phpunit.xml
11+ script : vendor/bin/ phpunit --configuration tests/phpunit.xml
1812before_deploy :
1913- ant phar-nightly
2014deploy :
Original file line number Diff line number Diff line change 8080 <arg value =" ${ type } " />
8181 </exec >
8282
83- <exec executable =" phpab" taskname =" phpab" >
83+ <exec executable =" ${ basedir } vendor/bin/ phpab" taskname =" phpab" >
8484 <arg value =" --all" />
8585 <arg value =" --static" />
8686 <arg value =" --once" />
9494 <arg path =" ${ basedir } /build/phar" />
9595 </exec >
9696
97- <exec executable =" phpab" taskname =" phpab" >
97+ <exec executable =" ${ basedir } vendor/bin/ phpab" taskname =" phpab" >
9898 <arg value =" --all" />
9999 <arg value =" --nolower" />
100100 <arg value =" --static" />
Original file line number Diff line number Diff line change 2222 "michelf/php-markdown" : " 1.*"
2323 },
2424 "require-dev" : {
25- "theseer/autoload" : " ^1.22"
25+ "theseer/autoload" : " ^1.22" ,
26+ "phpunit/phpunit" : " 5.7.*"
2627 },
2728 "autoload" : {
2829 "psr-4" : { "PHPDraft\\ " : " src/PHPDraft" }
You can’t perform that action at this time.
0 commit comments