mirror of
https://github.com/prashantgupta24/automatic-mouse-mover.git
synced 2024-12-22 16:34:11 +00:00
using go mod
This commit is contained in:
parent
dd073ccc11
commit
54c3a8d237
11
.travis.yml
11
.travis.yml
@ -6,6 +6,17 @@ go:
|
||||
env:
|
||||
- GO111MODULE=on
|
||||
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- libx11-dev xorg-dev
|
||||
- libxtst-dev libpng++-dev
|
||||
- xcb libxcb-xkb-dev x11-xkb-utils libx11-xcb-dev libxkbcommon-x11-dev
|
||||
# - libusb-dev
|
||||
- libxkbcommon-dev
|
||||
- xsel
|
||||
- xclip
|
||||
|
||||
# Don't email me the results of the test runs.
|
||||
notifications:
|
||||
email: false
|
||||
|
Loading…
Reference in New Issue
Block a user