Skip to content

Commit 1dad594

Browse files
committed
add testcfg for travis
1 parent 824fe69 commit 1dad594

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
language: node_js
2+
node_js:
3+
- 6 # LTS
4+
- 7 # latest
5+
services: redis
6+
sudo: false
7+
script: npm test
8+
install:
9+
- npm update -g npm; npm install

0 commit comments

Comments
 (0)