travis.yml

2.0.1 • Public • Published



quickly create a .travis.yml for node projects

 

usage

npx travis.yml

 

this creates a .travis.yml in your working directory

language: node_js
node_js:
  - "10"
cache:
  directories:
    - node_modules
notifications:
  email: false

 

like it?

⭐️ this repo

 

license

MIT © siddharthkp

Readme

Keywords

none

Package Sidebar

Install

npm i travis.yml

Weekly Downloads

0

Version

2.0.1

License

MIT

Unpacked Size

2.47 kB

Total Files

4

Last publish

Collaborators

  • siddharthkp