jrydberg / travis-build

build your travis CI projects locally in Docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

travis-build

A simple script that builds your travis CI project inside a Docker container.

Quick Intro:

  • make sure that travis-build is in your PATH
  • make sure that you have permissions to run docker.
  • make sure that you have a ".travis.yml" file in CWD.

Run travis-build.

Limitations

  • No support for the build matrix at this point.
  • All the limitations of the Docker sandbox.

About

build your travis CI projects locally in Docker


Languages

Language:Python 81.6%Language:Shell 18.4%