Skip to content

Commit 48e27c1

Browse files
committed
move to vendor directory supported in go1.6
1 parent 81449d1 commit 48e27c1

File tree

210 files changed

+7
-6
lines changed

Some content is hidden

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

210 files changed

+7
-6
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ _testmain.go
2222
*.exe
2323
*.test
2424
*.prof
25+
vendor

.travis.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
language: go
22
go:
33
- tip
4-
- 1.5
4+
- 1.6
55

66
install:
7-
- go get github.com/tools/godep
87
- go get github.com/smartystreets/goconvey
98

9+
before_script:
10+
- ln -s _vendor vendor
11+
1012
script:
11-
- godep go test ./...
13+
- go test ./...

Godeps/Godeps.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Godeps/_workspace/.gitignore

-2
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)