File: .travis.yml

Recommend this page to a friend!
  Classes of Harcharan Singh   Node Input Validator   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Node Input Validator
Validate submitted input values in Node.js
Author: By
Last change: Update of .travis.yml
Date: 2 years ago
Size: 173 bytes
 

Contents

Class file image Download
language: node_js node_js: - "8.16" install: - npm install - npm install -g codecov script: "npm test" after_success: - npm run coverage - npm run report-coverage