File tree Expand file tree Collapse file tree 3 files changed +2385
-226
lines changed Expand file tree Collapse file tree 3 files changed +2385
-226
lines changed Original file line number Diff line number Diff line change 66 - 5.5
77
88before_script :
9- - sudo apt-get -y install pypy
10- - sudo apt-get -y install python-sphinx
9+ - sudo apt-get -y install pypy python-sphinx graphviz
1110 - composer selfupdate
1211 - composer install
1312
1413script :
15- - cd docs
16- - make linkcheck
17- - cd ..
18- - phpunit --coverage-text
14+ - cd docs && make linkcheck && cd ..
15+ - vendor/bin/phpdoc.php -d src -t docs-api
16+ - vendor/bin/phpunit --coverage-text
Original file line number Diff line number Diff line change 4040 },
4141 "require-dev" : {
4242 "json-schema/JSON-Schema-Test-Suite" : " 1.1.0" ,
43- "phpunit/phpunit" : " ~3.7.0"
43+ "phpunit/phpunit" : " ~3.7" ,
44+ "phpdocumentor/phpdocumentor" : " ~2"
4445 },
4546 "autoload" : {
4647 "psr-0" : { "JsonSchema" : " src/" }
You can’t perform that action at this time.
0 commit comments