Skip to content

Commit b421437

Browse files
committed
Add docs make linkcheck to travis-ci
1 parent 8a0b2e1 commit b421437

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.travis.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ php:
66
- 5.5
77

88
before_script:
9-
- composer install --dev
9+
- sudo apt-get install pypy
10+
- composer selfupdate
11+
- composer install
12+
13+
install:
14+
- pip install -q Sphinx
1015

11-
script: phpunit --coverage-text
16+
script:
17+
- cd docs
18+
- make linkcheck
19+
- phpunit --coverage-text

0 commit comments

Comments
 (0)