From df66cf5f675ed415daad61b86607e181e0e6d14b Mon Sep 17 00:00:00 2001 From: vcaesar Date: Mon, 13 Nov 2017 20:14:09 +0800 Subject: [PATCH] Update circle.yml --- circle.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/circle.yml b/circle.yml index a50fa65..b38bf01 100644 --- a/circle.yml +++ b/circle.yml @@ -21,8 +21,8 @@ dependencies: - sudo apt-get install xclip override: # './...' is a relative pattern which means all subdirectories - - go get -u github.com/go-vgo/robotgo - - go get -u github.com/shirou/gopsutil + # - go get -u github.com/shirou/gopsutil + # - go get -u github.com/go-vgo/robotgo - go get -t -d -v ./... test: