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:
npm: false
before_script:
- npm install -g gitbook-cli
script:
- ls Universal
- gitbook install
- gitbook build
- cp icons/* _book/gitbook/images
- yarn install
- yarn build
deploy:
local_dir: _book
local_dir: .vuepress/dist/
provider: pages
skip_cleanup: true
name: Travis Build Bot