From d59a26f882017a62b4119a7649ca3d4b43f65725 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Thu, 25 Feb 2021 15:17:37 +0100 Subject: Added vint and flake8 to lint vim and qutebrowser conf, Added shellcheck to zsh files, Fixing all linting errors --- .travis.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 3aee491..50fcd8c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,19 @@ language: shell +os: linux +dist: focal + +addons: + apt: + packages: + - python3 + - python3-pip + +install: + - pip3 install -U pip + - pip3 install setuptools + - pip3 install vim-vint + - pip3 install flake8 + script: - ./test -- cgit