Skip to main content
Module

x/value_schema/.travis.yml

simple, easy-to-use, and declarative input validator; supports Node.js, TypeScript, and Deno
Go to Latest
File
# https://docs.travis-ci.com/user/languages/javascript-with-nodejs/# https://github.com/codecov/example-node
language: "node_js"node_js: # jest and eslint no longer support v4 - "6" - "8"install: - "npm install -g codecov"os: - "linux" - "osx"branches: only: - "master" - "develop"cache: directories: - "node_modules"script: - "npm run verify" - "codecov"