File: .travis.yml

package info (click to toggle)
golang-github-mitchellh-go-testing-interface 1.14.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 84 kB
  • sloc: makefile: 2
file content (12 lines) | stat: -rw-r--r-- 108 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
language: go

go:
    - 1.x
    - tip

script:
    - go test

matrix:
    allow_failures:
        - go: tip