File: .travis.yml

package info (click to toggle)
txt2regex 0.9-5
  • links: PTS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 572 kB
  • sloc: sh: 1,598; makefile: 108
file content (14 lines) | stat: -rw-r--r-- 270 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
language: python
addons:
  apt:
    packages:
      - shellcheck
      # shfmt is already available
script:
  - make check
  - make test-bash
  - make test-regex

  # The repository must remain unchanged after the checks
  - git diff
  - git diff-index --exit-code HEAD