Skip to content

Commit

Permalink
Add travis-CI config (ref #164)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrien Denat committed Apr 10, 2018
1 parent 3d94bd2 commit f1385dc
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
@@ -0,0 +1,10 @@
language: node_js

deploy:
provider: pages
skip-cleanup: true
github-token: $GITHUB_TOKEN # Set in travis-ci.org dashboard, marked secure
keep-history: true
on:
branch: gh-pages
local-dir: demo

0 comments on commit f1385dc

Please sign in to comment.