Skip to content

Commit 91308c2

Browse files
committed
Add: travis config for CI
1 parent c0f3bea commit 91308c2

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.travis.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
language: node_js
2+
node_js:
3+
- 'stable'
4+
cache:
5+
directories:
6+
- node_modules
7+
script:
8+
- npm test
9+
- npm run build
10+
deploy:
11+
provider: pages
12+
skip_cleanup: true
13+
github_token: $github_token
14+
local_dir: build
15+
target-branch: master
16+
keep-history: true
17+
on:
18+
branch: develop

0 commit comments

Comments
 (0)