pinning go version in travis

pull/4843/head
Medya Gh 2019-07-22 16:20:55 -07:00
parent 6a5fbbac34
commit c6636bf832
1 changed files with 1 additions and 1 deletions

View File

@ -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