Skip to content

Commit 3f3f721

Browse files
author
Alberto Delgado
authored
Create .travis.yml
1 parent 6d92af1 commit 3f3f721

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.travis.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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+
on:
16+
branch: master

0 commit comments

Comments
 (0)