Codebase list dir2ogg / HEAD .travis.yml
HEAD

Tree @HEAD (Download .tar.gz)

.travis.yml @HEADraw · history · blame

1
2
3
4
5
6
7
8
9
dist: bionic
language: python
install:
  - pip install pre-commit
jobs:
  include:
    - name: pre-commit
      script:
      - pre-commit run -a