From 6be9be241d6bbf883959b54cac4f733680610cae Mon Sep 17 00:00:00 2001 From: Bruce Marriner Date: Thu, 7 Jan 2016 15:38:54 -0600 Subject: [PATCH] Lets see if Travis will test using Go 1.3, 1.4, 1.5, and tip. --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 777c0da..791bd21 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,9 @@ language: go -go: 1.5 +go: + - 1.3 + - 1.4 + - 1.5 + - tip install: - go get github.com/bwmarrin/discordgo - go get -v .