Skip to content
This repository was archived by the owner on Jan 28, 2021. It is now read-only.

Latest commit

 

History

History
29 lines (19 loc) · 795 Bytes

File metadata and controls

29 lines (19 loc) · 795 Bytes

Repository archived ☠️

We have stopped using Travis CI. Our projects now use GitHub Actions instead.


Travis CI

Repository used for sharing Travis CI build configs across repos.

How to use

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