Skip to content

Commit 2753dc6

Browse files
author
Seth Goings
committed
Merge pull request #103 from sgoings/add-glide-lock
feat(glide): add glide.lock
2 parents efd4d1d + c842daf commit 2753dc6

3 files changed

Lines changed: 664 additions & 3 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ sudo: required
1818
addons:
1919
postgresql: "9.3"
2020
before_install:
21-
- wget "https://github.com/Masterminds/glide/releases/download/0.7.2/glide-0.7.2-linux-amd64.tar.gz"
22-
- sudo tar -vxz -C /usr/local/bin --strip=1 -f glide-0.7.2-linux-amd64.tar.gz
21+
- wget "https://github.com/Masterminds/glide/releases/download/0.8.1/glide-0.8.1-linux-amd64.tar.gz"
22+
- sudo tar -vxz -C /usr/local/bin --strip=1 -f glide-0.8.1-linux-amd64.tar.gz
2323
- go get github.com/golang/lint/golint
2424
- wget "http://ftp.debian.org/debian/pool/main/s/shellcheck/shellcheck_0.3.7-5_amd64.deb"
2525
- sudo dpkg -i shellcheck_0.3.7-5_amd64.deb

client/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ define check-static-binary
1919
endef
2020

2121
bootstrap:
22-
glide -y glide.yaml up
22+
glide -y glide.yaml install
2323

2424
build:
2525
CGO_ENABLED=0 go build -a -installsuffix cgo -ldflags '-s' -o deis .

0 commit comments

Comments
 (0)