1
0
mirror of https://github.com/shirou/gopsutil.git synced 2025-04-26 13:48:59 +08:00

add chown golang pkg dir.

This commit is contained in:
WAKAYAMA Shirou 2017-05-01 22:54:27 +09:00
parent 8ef142ddde
commit 12c6e9d755

View File

@ -1,6 +1,8 @@
machine:
timezone:
Asia/Tokyo
pre:
- sudo chown -R ubuntu:ubuntu /usr/local/go/pkg/
test:
override:
- GOOS=linux GOARCH=amd64 go test -v ./...