update and fmt travis.yml

This commit is contained in:
vcaesar 2019-12-09 12:49:48 -04:00
parent a451b33679
commit bd801f81ce

View File

@ -20,6 +20,8 @@ addons:
- libxkbcommon-dev
- xsel
- xclip
#
- xvfb
# script:
# - sudo apt-get update
# - sudo apt-get install libx11-dev
@ -35,5 +37,5 @@ addons:
before_install:
- export PATH=$PATH:$HOME/gopath/bin
- go get -t -v ./...
- go get -v -t -d ./...
- xvfb-run go test -v ./...