Skip to content
This repository was archived by the owner on Nov 3, 2020. It is now read-only.

Commit 3d31904

Browse files
committed
added travis configuration file
1 parent d82c4b7 commit 3d31904

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.travis.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
language: node_js
2+
node_js:
3+
- "7"
4+
- "8"
5+
- "lts/*"
6+
7+
install:
8+
- npm install
9+
10+
script:
11+
- npm test
12+
13+
cache:
14+
directories:
15+
- "node_modules"

0 commit comments

Comments
 (0)