Browse Source

Add Go 1.8 to travis tests

Bruce Marriner 8 years ago
parent
commit
94ee1fb978
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -2,6 +2,7 @@ language: go
 go:
     - 1.6
     - 1.7
+    - 1.8
 install:
     - go get github.com/bwmarrin/discordgo
     - go get -v .