1
0
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:
Alexandre Vicenzi 2017-10-03 15:06:32 -03:00
parent 8c94ffc0ac
commit 8689b85ddc
2 changed files with 2 additions and 3 deletions

View File

@ -1,8 +1,7 @@
language: go
go:
- 1.6
- 1.7
- 1.8
- 1.9
- tip
install:
- go get github.com/streadway/amqp

View File

@ -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