diff options
| author | HumairAK <humair88@hotmail.com> | 2016-07-23 04:12:31 +0000 |
|---|---|---|
| committer | HumairAK <humair88@hotmail.com> | 2016-07-23 04:12:31 +0000 |
| commit | eefeb25d3fabf377c09dd6c7282f0992eb1afea1 (patch) | |
| tree | f20e01c06ac71bf18d0ab446aa30a9d66aef52f5 /node_modules/connect-mongo/.travis.yml | |
| parent | 0ccf1dc1b80fe2dff8f98538ffac673c6b326a57 (diff) | |
| parent | 218b2c014b1ab68ee8289210820d7b6b742bceef (diff) | |
Merge branch 'master' of https://github.com/HumairAK/solutions_repo
Diffstat (limited to 'node_modules/connect-mongo/.travis.yml')
| -rw-r--r-- | node_modules/connect-mongo/.travis.yml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/node_modules/connect-mongo/.travis.yml b/node_modules/connect-mongo/.travis.yml new file mode 100644 index 0000000..6b327a7 --- /dev/null +++ b/node_modules/connect-mongo/.travis.yml @@ -0,0 +1,18 @@ +language: node_js + +node_js: + - 0.12 + - 4 + - 5 + - 6 + +services: mongodb + +sudo: false + +script: + - if [[ $TRAVIS_NODE_VERSION == "0.12" ]]; then npm run test-es5; fi; + - if [[ $TRAVIS_NODE_VERSION != "0.12" ]]; then npm run test; fi; + +after_script: + - if [[ $TRAVIS_NODE_VERSION != "0.12" ]]; then npm install coveralls && cat ./coverage/lcov.info | coveralls; fi; |
