diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index a9685f2b73f14a966e3fd56a1e4c920e4dfb5575..0000000000000000000000000000000000000000 --- a/.travis.yml +++ /dev/null @@ -1,19 +0,0 @@ -# vim:ff=unix ts=2 sw=2 ai expandtab ---- -language: python -python: "3.6" -dist: bionic -cache: - pip: true - directories: - - $HOME/.cache/pre-commit - -install: - - pip install pre_commit - -script: - - pre-commit run --all-files - -notifications: - on_failure: never - email: false