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: