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 6
6
- 5.5
7
7
8
8
before_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
11
10
- composer selfupdate
12
11
- composer install
13
12
14
13
script :
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 40
40
},
41
41
"require-dev" : {
42
42
"json-schema/JSON-Schema-Test-Suite" : " 1.1.0" ,
43
- "phpunit/phpunit" : " ~3.7.0"
43
+ "phpunit/phpunit" : " ~3.7" ,
44
+ "phpdocumentor/phpdocumentor" : " ~2"
44
45
},
45
46
"autoload" : {
46
47
"psr-0" : { "JsonSchema" : " src/" }
You can’t perform that action at this time.
0 commit comments