Codebase list golang-github-vbatts-go-mtree / debian/0.4.2-1 .travis.yml
debian/0.4.2-1

Tree @debian/0.4.2-1 (Download .tar.gz)

.travis.yml @debian/0.4.2-1raw · history · blame

language: go
go:
  - 1.x
  - 1.8.x
  - 1.7.x
  - 1.6.3

sudo: false

before_install:
  - git config --global url."https://".insteadOf git://
  - go get -u github.com/golang/lint/golint
  - go get -u github.com/Masterminds/glide
  - 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