Codebase list golang-github-vbatts-go-mtree / 6d8c66b5-711c-45a1-bada-6cbbdc95535e/main .travis.yml
6d8c66b5-711c-45a1-bada-6cbbdc95535e/main

Tree @6d8c66b5-711c-45a1-bada-6cbbdc95535e/main (Download .tar.gz)

.travis.yml @6d8c66b5-711c-45a1-bada-6cbbdc95535e/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