Skip to content
This repository has been archived by the owner on Jan 28, 2022. It is now read-only.

Commit

Permalink
Add dep to CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
sclevine committed Oct 18, 2017
1 parent b306594 commit 33d0add
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ language: go
services:
- docker
go:
- 1.8.x
- 1.9.x
install:
- set -e
- curl -fsSLo "$GOPATH/bin/dep" "https://github.com/golang/dep/releases/download/v0.3.1/dep-linux-amd64"
- chmod +x "$GOPATH/bin/dep"
- curl -fsSL "https://cli.run.pivotal.io/stable?release=linux64-binary" | tar -C "$GOPATH/bin" -xz cf
- bin/vendor
script:
Expand Down

0 comments on commit 33d0add

Please sign in to comment.