Browse Source

Run tests vs Go 1.7, 1.8, and 1.9

Bruce Marriner 7 years ago
parent
commit
2c2b0166af
1 changed files with 1 additions and 1 deletions
  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 .