Skip to content

Instantly share code, notes, and snippets.

View roosmaa's full-sized avatar

Mart Roosmaa roosmaa

  • Spain
View GitHub Profile
@roosmaa
roosmaa / .travis.yml
Created September 15, 2015 21:13
Speed up Docker builds on TravisCI by reusing dependency containers
language: python
python:
- "2.7"
sudo: required
services:
- docker
install:
- $TRAVIS_BUILD_DIR/build-containers.py
script:
- docker run --rm my-app test