Skip to content

Commit 68f1698

Browse files
committed
fix: added redis-server and mongodb to travis
1 parent 4ba2e96 commit 68f1698

File tree

4 files changed

+15
-0
lines changed

4 files changed

+15
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ language: node_js
22
node_js:
33
- '8'
44
- '10'
5+
services:
6+
- mongodb
7+
- redis-server
58
script:
69
npm run test-coverage
710
after_success:

template/.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
language: node_js
2+
node_js:
3+
- '8'
4+
- '10'
5+
services:
6+
- mongodb
7+
- redis-server
8+
script:
9+
npm run test-coverage
10+
after_success:
11+
npm run coverage

test/snapshots/test.js.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Generated by [AVA](https://ava.li).
2323
'.pug-lintrc.js',
2424
'.remarkignore',
2525
'.stylelintrc',
26+
'.travis.yml',
2627
'LICENSE',
2728
'README.md',
2829
'api.js',

test/snapshots/test.js.snap

17 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)