Skip to content

Commit fbbd4cf

Browse files
committed
Adding travis config
1 parent ec3a22a commit fbbd4cf

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

travis.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
language: node_js
2+
node_js:
3+
- "stable"
4+
cache:
5+
directories:
6+
- node_modules
7+
script:
8+
- npm run preDeploy
9+
deploy:
10+
provider: pages
11+
skip_cleanup: true
12+
github_token: $github_token
13+
local_dir: _site
14+
on:
15+
branch: master

0 commit comments

Comments
 (0)