Skip to content

Commit

Permalink
尝试解决 gitbook install 依赖 bug
Browse files Browse the repository at this point in the history
  • Loading branch information
c4pr1c3 committed Jun 7, 2021
1 parent 43a9cc7 commit b66dd28
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- "15"
- "15.11.0"
cache: npm

before_install:
Expand All @@ -14,7 +14,6 @@ notifications:
on_success: never

install:
- npm clean cache --force # fix https://github.com/nodejs/help/issues/2874
- npm install -g gitbook-cli
- gitbook install

Expand Down

0 comments on commit b66dd28

Please sign in to comment.