1
0
mirror of https://github.com/libp2p/go-libp2p-peerstore.git synced 2025-03-24 13:10:06 +08:00

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: