File: .travis.yml

package info (click to toggle)
golang-github-rs-xid 1.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental, sid, trixie
  • size: 152 kB
  • sloc: makefile: 2
file content (8 lines) | stat: -rw-r--r-- 92 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
language: go
go:
- "1.9"
- "1.10"
- "master"
matrix:
  allow_failures:
      - go: "master"