Explorar el Código

Add Go 1.14, force module support in Travis

Carson Hoffman hace 4 años
padre
commit
72b6e0d4d2
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      .travis.yml

+ 3 - 0
.travis.yml

@@ -4,6 +4,9 @@ go:
     - 1.11.x
     - 1.12.x
     - 1.13.x
+    - 1.14.x
+env:
+    - GO111MODULE=on
 install:
     - go get github.com/bwmarrin/discordgo
     - go get -v .