Explorar o código

Lets see if Travis will test using Go 1.3, 1.4, 1.5, and tip.

Bruce Marriner %!s(int64=9) %!d(string=hai) anos
pai
achega
6be9be241d
Modificáronse 1 ficheiros con 5 adicións e 1 borrados
  1. 5 1
      .travis.yml

+ 5 - 1
.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 .