Browse Source

Merge pull request #506 from dvrkps/patch-1

travis: update go versions
Bruce 7 years ago
parent
commit
8d5ab59c63
1 changed files with 3 additions and 3 deletions
  1. 3 3
      .travis.yml

+ 3 - 3
.travis.yml

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