Parcourir la source

Run tests vs Go 1.7, 1.8, and 1.9

Bruce Marriner il y a 7 ans
Parent
commit
2c2b0166af
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -1,8 +1,8 @@
 language: go
 go:
-    - 1.6
     - 1.7
     - 1.8
+    - 1.9
 install:
     - go get github.com/bwmarrin/discordgo
     - go get -v .