Skip to content
This repository was archived by the owner on Dec 20, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
sudo: true
sudo: required
language: node_js
node_js:
- 6
- 6.3.1
- lts/boron
script: npm run-script ci
cache:
directories:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"version": "1.2.2",
"scripts": {
"check": "mongodb-js-precommit",
"pretest": "mongodb-runner install",
"test": "mocha",
"ci": "npm run check && npm test",
"fmt": "mongodb-js-fmt test/*.js bin/*.js index.js"
Expand Down