Module

x/yargs/.travis.yml

yargs the modern, pirate-themed successor to optimist.
Go to Latest
File
language: node_js
os: - linux - osx
after_success: npm run coverage
node_js: - "0.10" - "0.12" - "4" - "6" - "8" - "10" - "12" - "14"