File: .travis.yml

package info (click to toggle)
golang-go4 0.0~git20230225.2148625-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 812 kB
  • sloc: asm: 20; makefile: 4
file content (16 lines) | stat: -rw-r--r-- 213 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
language: go
arch:
    - amd64
    - ppc64le

go:
  - "1.13.x"
  - tip

go_import_path: go4.org

before_install:
  - go mod tidy
  - git diff --exit-code go.mod
  - git diff --exit-code go.sum
  - go mod download