2016-02-02 20:08:53 -08:00
|
|
|
branches:
|
|
|
|
|
only:
|
|
|
|
|
- master
|
|
|
|
|
language: node_js
|
|
|
|
|
node_js:
|
|
|
|
|
- "4.1"
|
|
|
|
|
- "4.2"
|
|
|
|
|
env:
|
2016-02-03 02:53:12 -08:00
|
|
|
- MONGODB_VERSION=2.6.11
|
2016-02-02 20:08:53 -08:00
|
|
|
- MONGODB_VERSION=3.0.8
|
2016-02-02 21:15:57 -08:00
|
|
|
after_success: ./node_modules/.bin/codecov
|