Change to go1.6.1 and vendoring

This commit is contained in:
Iwasaki Yudai 2016-04-13 16:01:14 +09:00
parent b1c5226875
commit a350994aa2
164 changed files with 17 additions and 1383 deletions

View file

@ -1,4 +1,4 @@
box: golang:1.5.1
box: golang:1.6.1
build:
steps:
@ -6,9 +6,6 @@ build:
- script:
name: tools
code: make tools
- script:
name: deps
code: make deps
- script:
name: test
code: make test