File: .travis.yml

package info (click to toggle)
golang-github-klauspost-crc32 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 144 kB
  • sloc: asm: 384; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 114 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
language: go

go:
  - 1.3
  - 1.4
  - 1.5
  - 1.6
  - 1.7
  - tip

script: 
 - go test -v .
 - go test -v -race .