pinry / docker-pinry

An easy way to get a Pinry instance up and running using Docker.
http://getpinry.com/
Other
55 stars 23 forks source link

Add Travis CI test suite #14

Closed tsmsogn closed 6 years ago

tsmsogn commented 6 years ago

I added some lightweight tests that check pinry's HTTP status code in container. To run these tests on Travis CI, we need to do follow steps.

Step 1: Sign in to https://travis-ci.org/ with GitHub account. Step 2: Sync account. Step 3: Activate yourname/docker-pinry.

tsmsogn commented 6 years ago

It works as follow. https://travis-ci.org/tsmsogn/docker-pinry/

overshard commented 6 years ago

Activated and merging, this is really cool, never tested docker builds before on travis, thanks!