Skip to main content
Module

x/urlcat/.travis.yml

A URL builder library for JavaScript.
Go to Latest
File
language: node_jsnode_js: - lts/* - 14 - 13 - 12 - 11 - 10script: - npm run lint - npm test - npm run coverage