Skip to content

Minimal plumbing for running automated tests against a docker container in Travis CI

License

Notifications You must be signed in to change notification settings

mike42/minimal-docker-ci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimal Docker CI Build Status

This repository shows the sort of plumbing that you would need to use Travis CI and docker to run tests against a running application as part of CI.

The dockerised example server simply sends "Hello World" to anybody who connects on port 5000, and has an accompanying .travis.yml file which defined the process of building, testing, and tearing down the container.

Pull requests and suggestions welcome.

Walkthrough

This example was put together for the blog post: How to set up Docker containers in Travis CI.

About

Minimal plumbing for running automated tests against a docker container in Travis CI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages