pinning go version in travis
parent
6a5fbbac34
commit
c6636bf832
|
@ -3,7 +3,7 @@ os: linux
|
|||
|
||||
matrix:
|
||||
include:
|
||||
- go: 1.x
|
||||
- go: 1.12.7
|
||||
- language: python
|
||||
before_install: pip install flake8
|
||||
script: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
|
||||
|
|
Loading…
Reference in New Issue