Codebase list golang-goprotobuf / 35b9d356-9d0d-4a33-a8b6-146bc72225c2/main .travis.yml
35b9d356-9d0d-4a33-a8b6-146bc72225c2/main

Tree @35b9d356-9d0d-4a33-a8b6-146bc72225c2/main (Download .tar.gz)

.travis.yml @35b9d356-9d0d-4a33-a8b6-146bc72225c2/mainraw · history · blame

language: go
before_install:
  - mkdir /tmp/go1.12
  - curl -L -s https://dl.google.com/go/go1.12.linux-amd64.tar.gz | tar -zxf - -C /tmp/go1.12 --strip-components 1
  - unset GOROOT
  - (GO111MODULE=on /tmp/go1.12/bin/go mod vendor)
matrix:
  include:
    - go: 1.9.x
      script: go test -tags protolegacy -v ./...
    - go: 1.10.x
      script: go test -tags protolegacy -v ./...
    - go: 1.11.x
      script: go test -tags protolegacy -v ./...
    - go: 1.12.x
      script: ./test.bash