Skip to content

Commit 856b5ee

Browse files
committed
Adding travis configurations
1 parent 8e33ed2 commit 856b5ee

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.travis.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
sudo: false
2+
language:
3+
- node_js
4+
node_js:
5+
- "6"
6+
env:
7+
- ACTION=test
8+
- ACTION="run lint"
9+
- ACTION="run cs-check"
10+
- ACTION="run dist"
11+
script:
12+
- npm $ACTION

0 commit comments

Comments
 (0)