@putout/plugin-travis
putout plugin helps with .travis
Last updated 5 years ago by coderaiser .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install @putout/plugin-travis 
SYNC missed versions from official npm registry.

@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

Current Tags

  • 6.0.0                                ...           latest (10 months ago)

12 Versions

  • 6.0.0                                ...           10 months ago
  • 5.0.0                                ...           2 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                                ...           5 years ago
  • 1.2.0                                ...           5 years ago
  • 1.1.2                                ...           5 years ago
  • 1.1.1                                ...           5 years ago
  • 1.1.0                                ...           5 years ago
  • 1.0.0                                ...           5 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 1
Last Day 0
Last Week 1
Last Month 0
Dependencies (1)
Dev Dependencies (8)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |