Add Travis-CI configuration.
This commit is contained in:
10
.travis.yml
Normal file
10
.travis.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
language: node_js
|
||||
node_js:
|
||||
- "4.1"
|
||||
- "4.2"
|
||||
env:
|
||||
- MONGODB_VERSION=3.0.8
|
||||
after_script: cat ./coverage/coverage-final.json
|
||||
Reference in New Issue
Block a user