Skip to content

Commit 99ffae8

Browse files
committed
Installing typescript globally
1 parent 87cace7 commit 99ffae8

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
@@ -10,7 +10,7 @@ before_script:
1010
- npm run build
1111
script:
1212
- npm run test:cov
13-
- npm install --global typedoc
13+
- npm install --global typedoc typescript
1414
- CURRENT_VERSION=$(npm run version --silent)
1515
- typedoc --out "ts-docs/$CURRENT_VERSION" src
1616
- touch ./ts-docs/.nojekyll

0 commit comments

Comments
 (0)