6.0.0 • Published 1 year ago

@putout/plugin-travis v6.0.0

Weekly downloads
1,518
License
MIT
Repository
github
Last release
1 year 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

6.0.0

1 year ago

5.0.0

3 years ago

4.0.0

3 years ago

3.0.0

3 years ago

2.0.0

4 years ago

1.2.2

5 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago