Skip to content

Commit a5d6cf8

Browse files
committed
adding travis build configs
1 parent aa664a9 commit a5d6cf8

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.travis.yml

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

0 commit comments

Comments
 (0)