Codebase list golang-github-vbatts-go-mtree / 5bd602f6-34b2-411b-80f3-7d65781fd7d4/main .travis.yml
5bd602f6-34b2-411b-80f3-7d65781fd7d4/main

Tree @5bd602f6-34b2-411b-80f3-7d65781fd7d4/main (Download .tar.gz)

.travis.yml @5bd602f6-34b2-411b-80f3-7d65781fd7d4/mainraw · history · blame

language: go
go:
  - "1.x"
  - "1.14.x"
  - "1.13.x"
  - "1.12.x"
  - "1.11.x"
  - "1.10.x"
  - "1.9.x"

sudo: false

before_install:
  - git config --global url."https://".insteadOf git://
  - make install.tools
  - mkdir -p $GOPATH/src/github.com/vbatts && ln -sf $(pwd) $GOPATH/src/github.com/vbatts/go-mtree

install: true

script:
  - make validation
  - make validation.tags
  - make build.arches