https://github.com/cfware/travis-ci
My travis-ci shared configurations
https://github.com/cfware/travis-ci
Last synced: 3 months ago
JSON representation
My travis-ci shared configurations
- Host: GitHub
- URL: https://github.com/cfware/travis-ci
- Owner: cfware
- Created: 2019-11-29T02:09:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-06T05:06:33.000Z (about 6 years ago)
- Last Synced: 2025-01-24T11:44:48.136Z (about 1 year ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Usage
Please don't use this directly. I will make changes here as needed for my own
repositories. If you like these configs feel free to copy them into a repository
under your control.
## All supported node.js majors on each OS without npm caching
```yml
version: ~> 1.0
import:
- cfware/travis-ci:node-supported.yml
- cfware/travis-ci:os-all.yml
- cfware/travis-ci:npm-no-cache.yml
```
## Node.js with unflagged ESM support on each OS without npm caching
```yml
version: ~> 1.0
import:
- cfware/travis-ci:node-esm.yml
- cfware/travis-ci:os-all.yml
- cfware/travis-ci:npm-no-cache.yml
```
## Firefox and Chrome with latest node.js
```yml
version: ~> 1.0
import:
- cfware/travis-ci:node-latest.yml
- cfware/travis-ci:browsers.yml
```