Skip to content

Commit b4b5ee6

Browse files
committed
add .travis.yml
1 parent eae3d44 commit b4b5ee6

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
language: node_js
2+
3+
node_js:
4+
- "4"
5+
- "5"
6+
- "6"
7+
- "7"
8+
- "8"
9+
10+
scripts:
11+
- yarn test
12+
13+
after_script:
14+
- yarn coverage

0 commit comments

Comments
 (0)