Skip to content

Commit

Permalink
Merge 7f04bd4 into a8cc163
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbourgon committed Mar 4, 2019
2 parents a8cc163 + 7f04bd4 commit 1e13511
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .build.yml
@@ -0,0 +1,15 @@
image: debian/stable
sources:
- https://github.com/go-kit/kit
tasks:
- go_toolchain: |
wget -q https://dl.google.com/go/go1.12.linux-amd64.tar.gz
sudo tar -C /usr/local -xzf go1.12.linux-amd64.tar.gz
sudo ln -s /usr/local/go/bin/go /usr/bin/go
go env
- dependencies: |
mkdir -p $HOME/go/src/github.com/go-kit
mv kit $HOME/go/src/github.com/go-kit
go get -t github.com/go-kit/kit/...
- test: |
go test -race -v github.com/go-kit/kit/...

0 comments on commit 1e13511

Please sign in to comment.