We have stopped using Travis CI. Our projects now use GitHub Actions instead.
Repository used for sharing Travis CI build configs across repos.
First you need to enable Build Config Validation for the repo, by adding the following to its .travis.yml
:
version: ~> 1.0
Then just include the config(s) you want, for example:
import:
- twingly/travis-ci:config/notifications.yml@master
- twingly/travis-ci:config/ubuntu.yml@master
- twingly/travis-ci:config/ruby.yml@master