summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/request/.travis.yml
blob: 9be8247c7b52bc125d5ee4a98f90dbdc7feef583 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

language: node_js

node_js:
  - node
  - 6
  - 4
  - 0.12

after_script:
  - npm run test-cov
  - codecov
  - cat ./coverage/lcov.info | coveralls

webhooks:
  urls: https://webhooks.gitter.im/e/237280ed4796c19cc626
  on_success: change  # options: [always|never|change] default: always
  on_failure: always  # options: [always|never|change] default: always
  on_start: false     # default: false

sudo: false