An open API service indexing awesome lists of open source software.

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

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
```