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
language: "node_js"node_js: # jest no longer supports v4 - "6" - "8"os: - "linux" - "osx"branches: only: - "master" - "develop"cache: directories: - "node_modules"script: - "npm test" - "npm run lint"