Commit 3675338a authored by nimrod's avatar nimrod
Browse files

Remove the Travis CI config file.

Since the CI is now in GitLab.
parent 42220d8c
Loading
Loading
Loading
Loading

.travis.yml

deleted100644 → 0
+0 −19
Original line number Diff line number Diff line
# 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