vendor/github.com/pkg/errors/.travis.yml
author Mikael Berthe <mikael@lilotux.net>
Sat, 04 Feb 2023 13:35:58 +0100
changeset 271 c8b8b7cc8896
parent 251 1c52a0eeb952
permissions -rw-r--r--
Remove deprecated flag (`--unset`)

language: go
go_import_path: github.com/pkg/errors
go:
  - 1.11.x
  - 1.12.x
  - 1.13.x
  - tip

script:
  - make check