remove leftover

[skipci]
This commit is contained in:
Philippe Lafoucrière 2015-10-15 14:18:58 -04:00
parent 46c831b8e9
commit 3bc76ee0bb

View File

@ -3,7 +3,6 @@ go: &go
working_dir: /go/src/github.com/mattes/migrate
volumes:
- $GOPATH:/go
- ./migrations:/migrations
go-test:
<<: *go
command: sh -c 'go get -t -v ./... && go test -v ./...'