Skip to content

Commit 9d08e8f

Browse files
committed
Added gh-pages travis configuration
1 parent 65697bb commit 9d08e8f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,9 @@ language: node_js
22
sudo: false
33
node_js:
44
- "stable"
5+
deploy:
6+
provider: pages
7+
skip_cleanup: true
8+
github_token: $GITHUB_TOKEN # Set in travis-ci.org dashboard
9+
on:
10+
branch: master

0 commit comments

Comments
 (0)