Detalhes do pacote

@putout/plugin-travis

coderaiser354MIT6.0.0

🐊Putout plugin helps with Travis CI

putout, putout-plugin, plugin, travis

readme (leia-me)

@putout/plugin-travis NPM version

🐊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