using go mod
This commit is contained in:
parent
dd073ccc11
commit
54c3a8d237
11
.travis.yml
11
.travis.yml
|
@ -6,6 +6,17 @@ go:
|
||||||
env:
|
env:
|
||||||
- GO111MODULE=on
|
- 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.
|
# Don't email me the results of the test runs.
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
|
Loading…
Reference in New Issue