Codebase list golang-github-vbatts-go-mtree / upstream/0.4.4+git20190122.8b6de60 .travis.yml
upstream/0.4.4+git20190122.8b6de60

Tree @upstream/0.4.4+git20190122.8b6de60 (Download .tar.gz)

.travis.yml @upstream/0.4.4+git20190122.8b6de60

c3855da
 
acd3fa4
 
 
 
c3855da
 
 
 
 
2f374a3
c3855da
 
 
 
 
0805fd4
83dff04
9fc0375
language: go
go:
  - "1.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