Skip to content

Commit 59a9596

Browse files
Chore: Setup travis
1 parent 7a0cc63 commit 59a9596

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.travis.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
language: node_js
2+
node_js:
3+
- "8.11.3"
4+
5+
cache:
6+
directories:
7+
- node_modules
8+
9+
install:
10+
- npm install
11+
12+
script:
13+
- npm run lint
14+
15+
after_success:
16+
- npx semantic-release

0 commit comments

Comments
 (0)