Skip to content

Commit

Permalink
Merge pull request #50 from bmuschko/fixes-to-travis-config
Browse files Browse the repository at this point in the history
Fixes to Travis configuration
  • Loading branch information
gianarb authored Feb 7, 2019
2 parents 46f81ab + f518695 commit 4ed6500
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ language: go
go:
- 1.11.4

install: true

services:
- docker

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![](https://travis-ci.org/testcontainers/testcontainer-go.svg?branch=master)
[![Build Status](https://travis-ci.org/testcontainers/testcontainers-go.svg?branch=master)](https://travis-ci.org/testcontainers/testcontainers-go)

When I was working on a Zipkin PR I discovered a nice Java library called
[testcontainers](https://www.testcontainers.org/).
Expand Down

0 comments on commit 4ed6500

Please sign in to comment.