File: .travis.yml

package info (click to toggle)
golang-github-gofrs-flock 0.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports, bookworm-proposed-updates, sid, trixie
  • size: 128 kB
  • sloc: makefile: 2
file content (10 lines) | stat: -rw-r--r-- 161 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
language: go
go:
  - 1.14.x
  - 1.15.x
script: go test -v -check.vv -race ./...
sudo: false
notifications:
  email:
    on_success: never
    on_failure: always