Update .travis.yml

This commit is contained in:
Mykola Grymalyuk
2020-07-17 14:48:30 -06:00
parent 3586de127a
commit 43e6a8dc21

View File

@@ -3,14 +3,11 @@ node_js: lts/*
cache: cache:
npm: false npm: false
before_script: before_script:
- npm install -g gitbook-cli
script: script:
- ls Universal - yarn install
- gitbook install - yarn build
- gitbook build
- cp icons/* _book/gitbook/images
deploy: deploy:
local_dir: _book local_dir: .vuepress/dist/
provider: pages provider: pages
skip_cleanup: true skip_cleanup: true
name: Travis Build Bot name: Travis Build Bot