Skip to content

Commit b36401e

Browse files
committed
Use godep to vendor in dependencies
We also bump travis to test with go 1.6 and tip as it allows us to build without explicitly setting the vendoring experiment env var.
1 parent 8a0fb5e commit b36401e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+224194
-6
lines changed

.travis.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,10 @@ language: go
33
sudo: false
44

55
go:
6-
- 1.5
6+
- 1.6
77
- tip
88

99
install: true
1010

11-
before_install:
12-
- go get -t ./...
13-
1411
script:
15-
- go test ./...
12+
- go test $(go list ./... | grep -v /vendor/)

Godeps/Godeps.json

Lines changed: 51 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Godeps/Readme

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Python or Ruby environment simply to fetch and submit exercises.
1414

1515
## Dependencies
1616

17-
Go version 1.5 or higher
17+
Go version 1.6 or higher
1818

1919
## Installing Go
2020

vendor/github.com/codegangsta/cli/.travis.yml

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/codegangsta/cli/LICENSE

Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)