Skip to content
This repository was archived by the owner on Mar 15, 2019. It is now read-only.

Commit 32aaf6e

Browse files
committed
Update travis for glide, bump to 0.6.0 to match.
1 parent 14ae414 commit 32aaf6e

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.travis.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
language: go
22
go:
33
- 1.6.3
4-
- 1.7
4+
- 1.7.3
55
sudo: false
66
before_install:
77
- gotools=golang.org/x/tools
88
install:
9+
- go get -v github.com/Masterminds/glide
10+
- glide install
911
- go get -d -t -v ./...
1012
- go get -v $gotools/cmd/cover
1113
- go get -v github.com/bradfitz/goimports
1214
- go get -v github.com/golang/lint/golint
1315
script:
1416
- export PATH=$PATH:$GOPATH/bin
15-
- go install ./...
17+
- go install $(glide nv)

version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ type version struct {
1010

1111
var ver = version{
1212
Major: 0,
13-
Minor: 3,
13+
Minor: 6,
1414
Patch: 0,
1515
Label: "beta",
1616
Nick: "Millbarge"}

0 commit comments

Comments
 (0)