From 3675338a2e6ad6cdb57fd64fc802b484296b1f72 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Wed, 30 Dec 2020 20:07:09 +0200 Subject: [PATCH] Remove the Travis CI config file. Since the CI is now in GitLab. --- .travis.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index a9685f2..0000000 --- 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 -- GitLab