File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ sudo: required
1818addons :
1919 postgresql : " 9.3"
2020before_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
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ define check-static-binary
1919endef
2020
2121bootstrap :
22- glide -y glide.yaml up
22+ glide -y glide.yaml install
2323
2424build :
2525 CGO_ENABLED=0 go build -a -installsuffix cgo -ldflags ' -s' -o deis .
You can’t perform that action at this time.
0 commit comments