Skip to content

Commit

Permalink
travis
Browse files Browse the repository at this point in the history
  • Loading branch information
reiinakano committed Nov 16, 2018
1 parent 5c2b42b commit 643b6e3
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .travis.yml
@@ -0,0 +1,19 @@
language: node_js
node_js:
- "7"
install:
- "yarn prep"
script:
- "yarn build"
- "mkdir build"
- "cp -r dist build/dist"
- "cp -r saved_model_* build/"
- "cp -r images build/images"
- "cp index.html build/index.html"
deploy:
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN # Set in travis-ci.org dashboard
on:
branch: master
local_dir: "build"

0 comments on commit 643b6e3

Please sign in to comment.