move language up
parent
f2cba872c4
commit
a654a3e3ae
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue