Skip to content

Instantly share code, notes, and snippets.

@moul
Created April 14, 2015 13:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save moul/0f53ae391ae7d7116e24 to your computer and use it in GitHub Desktop.
Save moul/0f53ae391ae7d7116e24 to your computer and use it in GitHub Desktop.
docker-compose.yml example for moul/travis-docker
test:
image: busybox
command: /bin/sh -c 'sleep 2; echo "Hello World."'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment