File: .travis.yml

package info (click to toggle)
node-trust-webcrypto 0.9.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, sid
  • size: 1,140 kB
  • sloc: makefile: 18; sh: 6
file content (13 lines) | stat: -rw-r--r-- 166 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
sudo: false

language: node_js

node_js: "8.6.0"

before_install: npm i -g npm

install: npm i

script: npm run coverage

# after_script: ./node_modules/.bin/codecov