File: .travis.yml

package info (click to toggle)
golang-github-heroku-docker-registry-client 0.0~git20211012.9463674-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 164 kB
  • sloc: makefile: 35; sh: 3
file content (14 lines) | stat: -rw-r--r-- 197 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
language: go
go:
  - 1.13.x
  - 1.12.x
  - 1.11.x
sudo: false
env:
  global:
    - GO111MODULE=on
    - GOTEST_OPT="-v -race"
    - LINT_RUN_OPTS=""
script: make test
notifications:
  email: false