Skip to content

Latest commit

History

History

plugin-travis

Folders and files

NameName
Last commit message
Last commit date

parent directory

..

@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