Skip to content

siddharthkp/travis.yml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation



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

About

Quickly create a .travis.yml for node projects

Resources

License

Stars

Watchers

Forks

Packages

No packages published