Skip to content

Commit 56faed6

Browse files
committed
CI/CD: testing stoplight fix
1 parent 1c10712 commit 56faed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ matrix:
2525
- REPLACE="#!\/usr\/bin\/env\ node"
2626
script:
2727
- npm i -g @stoplight/cli
28-
#- sed -i "1s/.*/$REPLACE/" $(npm config get prefix)/lib/node_modules/@stoplight/cli/bin/stoplight.js
28+
- sed -i "1s/.*/$REPLACE/" $(npm config get prefix)/lib/node_modules/@stoplight/cli/bin/stoplight.js
2929
deploy:
3030
# deploy docs
3131
- provider: script

0 commit comments

Comments
 (0)