Skip to content

Commit d7abca5

Browse files
authored
Merge pull request #11 from psbanka/travis
adding travis build configs
2 parents aa664a9 + a5d6cf8 commit d7abca5

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)