Parcourir la source

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

Bruce Marriner il y a 9 ans
Parent
commit
6be9be241d
1 fichiers modifiés avec 5 ajouts et 1 suppressions
  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 .