Browse Source

travis: update go versions

Davor Kapsa 7 years ago
parent
commit
9c180babb1
1 changed files with 3 additions and 3 deletions
  1. 3 3
      .travis.yml

+ 3 - 3
.travis.yml

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