We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e6560e commit 3b145beCopy full SHA for 3b145be
.travis.yml
@@ -1,6 +1,7 @@
1
language: go
2
3
go:
4
+ - 1.13.x
5
- 1.12.x
6
- 1.11.x
7
- master
appveyor.yml
@@ -19,7 +19,7 @@ environment:
19
#PATH: '%GOPATH%\bin;%CPYTHON2DIR%;%CPYTHON2DIR%\\Scripts;%CPYTHON3DIR%;%CPYTHON3DIR%\\Scripts;C:\msys64\mingw64\bin;C:\msys64\usr\bin\;%PATH%'
20
PATH: '%GOPATH%\bin;%CPYTHON3DIR%;%CPYTHON3DIR%\\Scripts;C:\msys64\mingw64\bin;C:\msys64\usr\bin\;%PATH%'
21
22
-stack: go 1.12
+stack: go 1.13
23
24
build_script:
25
- python --version
0 commit comments