twingly / travis-ci

(Archived) 🧱Shared build configuration for Travis CI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

(Archived) 🧱Shared build configuration for Travis CI