Skip to content

Commit fa492ed

Browse files
committed
fix node deploy pipeline
1 parent ae2cdd1 commit fa492ed

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
@@ -24,7 +24,7 @@ matrix:
2424
env:
2525
- REPLACE="#!\/usr\/bin\/env\ node"
2626
script:
27-
- npm i -g @stoplight/cli
27+
- npm i -g @stoplight/cli@3.0.1
2828
- sed -i "1s/.*/$REPLACE/" $(npm config get prefix)/lib/node_modules/@stoplight/cli/bin/stoplight.js
2929
deploy:
3030
# deploy docs

0 commit comments

Comments
 (0)