File: .travis.yml

package info (click to toggle)
golang-github-oneofone-xxhash 1.2.4-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 136 kB
  • sloc: makefile: 5
file content (12 lines) | stat: -rw-r--r-- 124 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
language: go
sudo: false

go:
  - 1.8
  - 1.9
  - "1.10"
  - master

script:
  - go test -tags safe ./...
  - go test ./...