Skip to content

Commit

Permalink
all: reflect github organisation rename in code
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Feb 20, 2017
1 parent 7bf7a60 commit 587b555
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -6,14 +6,13 @@ services:
- docker

go:
- 1.6
- 1.7
- 1.8
- tip

matrix:
allow_failures:
- go: tip
- go: 1.4

install:
- go get github.com/mattn/goveralls golang.org/x/tools/cmd/cover github.com/pierrre/gotestcover github.com/go-sql-driver/mysql github.com/lib/pq github.com/stretchr/testify/require github.com/stretchr/testify/assert
Expand Down
4 changes: 2 additions & 2 deletions README.md
@@ -1,7 +1,7 @@
# [ory.am](https://ory.am)/dockertest

[![Build Status](https://travis-ci.org/ory-am/dockertest.svg)](https://travis-ci.org/ory-am/dockertest?branch=master)
[![Coverage Status](https://coveralls.io/repos/ory-am/dockertest/badge.svg?branch=master&service=github)](https://coveralls.io/github/ory-am/dockertest?branch=master)
[![Build Status](https://travis-ci.org/ory/dockertest.svg)](https://travis-ci.org/ory/dockertest?branch=master)
[![Coverage Status](https://coveralls.io/repos/ory/dockertest/badge.svg?branch=master&service=github)](https://coveralls.io/github/ory/dockertest?branch=master)

Use Docker to run your Go language integration tests against third party services on **Microsoft Windows, Mac OSX and Linux**!

Expand Down

0 comments on commit 587b555

Please sign in to comment.