File: .travis.yml

package info (click to toggle)
todotxt-cli 2.11.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 1,312 kB
  • sloc: sh: 5,393; makefile: 67
file content (6 lines) | stat: -rw-r--r-- 119 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
# Note: "shell" would be more appropriate
language: python

install: make dist && sudo make install

script: make test