Skip to content

Commit be6592e

Browse files
committed
Adding explicit NPM install before deploy
1 parent 81c52e8 commit be6592e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ branches:
1111
only:
1212
- master
1313
- /^v[0-9]/
14-
before_deploy: npm run docs
14+
before_deploy:
15+
- npm install
16+
- npm run docs
1517
deploy:
1618
- provider: pages
1719
local-dir: docs

0 commit comments

Comments
 (0)