File: .travis.yml

package info (click to toggle)
node-mocks-http 1.11.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 640 kB
  • sloc: javascript: 3,217; makefile: 5
file content (26 lines) | stat: -rw-r--r-- 429 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
language: node_js
node_js:
  - "10"
  - "12"
  - "14"

notifications:
  email:
    - "howard.abrams@gmail.com"
    - "johnny.estilles@agentia.asia"

branches:
  only:
    - master
    - 1.x

addons:
  code_climate:
    repo_token: 75dc20817d25bb52614e495f87d69b228edac0016fb096ccab2a75b624c68d4e

before_script:
  - npm install -g codeclimate-test-reporter

after_script:
  - gulp coverage
  - codeclimate < ./coverage/lcov.info