5.0.0 • Published 5 months ago

@putout/plugin-travis v5.0.0

Weekly downloads
1,518
License
MIT
Repository
github
Last release
5 months ago

@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

5.0.0

5 months ago

4.0.0

8 months ago

3.0.0

10 months ago

2.0.0

2 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago