mirror of
https://github.com/eventials/goevents.git
synced 2025-04-24 13:48:53 +08:00
Fix travis build.
This commit is contained in:
parent
8c94ffc0ac
commit
8689b85ddc
@ -1,8 +1,7 @@
|
||||
language: go
|
||||
go:
|
||||
- 1.6
|
||||
- 1.7
|
||||
- 1.8
|
||||
- 1.9
|
||||
- tip
|
||||
install:
|
||||
- go get github.com/streadway/amqp
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM golang:1.8
|
||||
FROM golang:1.9
|
||||
|
||||
RUN apt-get update && apt-get install -y wget
|
||||
RUN wget https://github.com/jwilder/dockerize/releases/download/v0.2.0/dockerize-linux-amd64-v0.2.0.tar.gz
|
||||
|
Loading…
x
Reference in New Issue
Block a user