Commit 133dc30f authored by Seth Goings's avatar Seth Goings

Merge pull request #10 from sgoings/travis-build

feat(travis): add travis build
parents 361b4519 ade66d83
language: go
env:
- GO15VENDOREXPERIMENT=1
branches:
only:
- master
- /^v?(?:[0-9]+\.){2}[0-9]+.*$/
cache:
directories:
- $GOPATH/src/github.com/deis/helm-dm/vendor
go:
- 1.5
install:
- wget "https://github.com/Masterminds/glide/releases/download/0.8.3/glide-0.8.3-linux-amd64.tar.gz"
- mkdir -p $HOME/bin
- tar -vxz -C $HOME/bin --strip=1 -f glide-0.8.3-linux-amd64.tar.gz
- export PATH="$HOME/bin:$PATH" GLIDE_HOME="$HOME/.glide"
script: make bootstrap build test
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment