Run make deps in install step instead of before_install.

This commit is contained in:
Kevin Atkinson 2017-11-17 22:45:45 -05:00
parent ba9f095b69
commit 59b91b10dc

View File

@ -7,7 +7,7 @@ language: go
go:
- 1.9.x
before_install:
install:
- make deps
script: