Skip to content

Commit

Permalink
add travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
huhn511 committed Apr 11, 2019
1 parent b2690c4 commit fe73caa
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@

language: node_js
node_js:
- "stable"
cache:
directories:
- node_modules
script:
- npm run build

deploy:
provider: pages
skip_cleanup: true
github_token: $github_token
local_dir: build
on:
branch: master

0 comments on commit fe73caa

Please sign in to comment.