File: .travis.yml

package info (click to toggle)
node-redis 2.8.0-1%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,204 kB
  • sloc: javascript: 12,071; makefile: 12; sh: 2
file content (9 lines) | stat: -rw-r--r-- 251 bytes parent folder | download
1
2
3
4
5
6
7
8
9
language: node_js
sudo: false
node_js:
  - "6"
  - "8"
  - "9"
  - "10"
after_success:
  - CODECLIMATE_REPO_TOKEN=b57723fafcf0516f275d6b380cd506fd082ea88d86507eb82c8abd489b9b9a09 node ./node_modules/.bin/codeclimate-test-reporter < coverage/lcov.info