using go mod

This commit is contained in:
Prashant Gupta 2019-03-26 19:52:38 -07:00
parent dd073ccc11
commit 54c3a8d237
1 changed files with 11 additions and 0 deletions

View File

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