Skip to content
This repository was archived by the owner on May 3, 2024. It is now read-only.

Commit 0342aae

Browse files
committed
Added documentation test to travis config.
1 parent 01a8229 commit 0342aae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ before_install:
88
- if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi
99
- npm install doxdox -g
1010
after_success:
11-
- bash <(curl -s https://codecov.io/bash)
11+
- npm run test:docs
1212
sudo: false

0 commit comments

Comments
 (0)