Skip to content

Commit b7a2457

Browse files
committed
now testing against node 8 and 10 on travis
1 parent 21d8c7c commit b7a2457

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ addons:
1212
packages:
1313
- mongodb-org-server
1414
node_js:
15-
- '7'
16-
- '6'
15+
- '10'
16+
- '8'
1717
before_script:
1818
- sleep 15
1919
- npm install -g gulp mocha gulp-cli codecov istanbul

TODO.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
|:------|:------:|:------
44
| app.js | 61 | Write a complete Documentation for this project
55
| config/index.js | 12 | Test for production and development senarios
6-
| models/Testthrees.js | 95 | Test transactions
76
| models/index.js | 14 | Automatically generate tests with the schema structure
87
| routes/index.js | 260 | Test API versioning
98
| routes/index.js | 261 | Test rate limiting

0 commit comments

Comments
 (0)