move language up

pull/5459/head
Medya Gh 2019-09-25 08:45:05 -07:00
parent f2cba872c4
commit a654a3e3ae
1 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,8 @@
os: linux
language: go
go:
- 1.12.9
env:
global:
- GOPROXY=https://proxy.golang.org
@ -8,8 +13,6 @@ env:
matrix:
include:
- os: linux
- go: 1.12.9
- language: python
before_install: pip install flake8
script: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics