Browse Source

chore: deploy c3js.org from travis (#2427)

pull/2429/head
Yoshiya Hinosawa 6 years ago committed by GitHub
parent
commit
f89f56563c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 17
      .travis.yml

17
.travis.yml

@ -0,0 +1,17 @@
language: node_js
branches:
only:
- master
script:
- npm run build:docs
deploy:
provider: pages
skip-cleanup: true
local-dir: build
github-token: $GITHUB_TOKEN
keep-history: true
on:
branch: master
Loading…
Cancel
Save