Skip to content

Commit

Permalink
travis: Build docs to gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
davidyuk committed Oct 26, 2020
1 parent 4a36102 commit 7c935a2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,16 @@ jobs:
- npm run build
- npm run test:unit
- npm run report-coverage
- npm run docs:docco
- npm run docs:api
deploy:
- provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN
keep_history: true
local_dir: docs
on:
branch: develop
- stage: Integration tests
name: Channel, accounts
script:
Expand Down

0 comments on commit 7c935a2

Please sign in to comment.