Update circle.yml

This commit is contained in:
vcaesar 2017-11-13 20:14:09 +08:00
parent 2bba9858d7
commit df66cf5f67

View File

@ -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: