File: .travis.yml

package info (click to toggle)
golang-github-gogo-googleapis 1.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,128 kB
  • sloc: makefile: 208; sh: 6
file content (16 lines) | stat: -rw-r--r-- 270 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
before_install:
  - ./install-protobuf.sh
  - PATH=/home/travis/bin:$PATH protoc --version
  - echo $TRAVIS_GO_VERSION

script:
  - PATH=/home/travis/bin:$PATH GO111MODULE=on make regenerate
  - git diff --exit-code

language: go

go:
  - "1.11.x"
  - "1.12.x"
  - tip