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 e97cf7f commit fb007b5Copy full SHA for fb007b5
.travis.yml
@@ -1,8 +1,8 @@
1
language: go
2
3
go:
4
- - 1.9.x
5
- - 1.10.x
+ - 1.14.x
+ - 1.13.x
6
7
before_install:
8
- sudo apt-get update -qq
appveyor.yml
@@ -19,7 +19,7 @@ environment:
19
CPYTHON2DIR: "C:\\Python27-x64"
20
PATH: '%GOPATH%\bin;%CPYTHON2DIR%;%CPYTHON2DIR%\\Scripts;C:\msys64\mingw64\bin;C:\msys64\usr\bin\;%PATH%'
21
22
-stack: go 1.11
+stack: go 1.13
23
24
build_script:
25
- "%CPYTHON2DIR%\\python --version"
0 commit comments