Codebase list golang-github-vbatts-go-mtree / b39edf25-f4d3-44fd-9d6a-18755f1e49eb/main .travis.yml
b39edf25-f4d3-44fd-9d6a-18755f1e49eb/main

Tree @b39edf25-f4d3-44fd-9d6a-18755f1e49eb/main (Download .tar.gz)

.travis.yml @b39edf25-f4d3-44fd-9d6a-18755f1e49eb/mainraw · history · blame

language: go
go:
  - "1.x"
  - "1.11.x"
  - "1.10.x"
  - "1.9.x"
  - "1.8.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