@putout/plugin-travis
v5.0.0
Published
šPutout plugin helps with Travis CI
Downloads
525
Maintainers
Readme
@putout/plugin-travis
šPutout plugin helps with Travis CI.
Install
npm i @putout/plugin-travis -D
Rules
{
"rules": {
"travis/set-node-versions": "on",
"travis/disable-cache": "on"
}
}
Set node versions
language: node_js
node_js:
+ - 15
- 15
- 14
- 12
- - 10
Disable cache
language: node_js
+cache: false
License
MIT