From a654a3e3aef8309440942f932a229a653bedf6a0 Mon Sep 17 00:00:00 2001 From: Medya Gh Date: Wed, 25 Sep 2019 08:45:05 -0700 Subject: [PATCH] move language up --- .travis.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 21daaf48b6..9ad3c7d095 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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