remove stray commands from the Travis before_install

This commit is contained in:
Marten Seemann
2020-02-24 16:45:29 +07:00
parent 51f51d5a71
commit 8bbd4f2dc6

View File

@@ -33,8 +33,6 @@ before_install:
- export GOARCH=$TRAVIS_GOARCH
- go env # for debugging
- travis_retry go get -t ./...
- "export DISPLAY=:99.0"
- "Xvfb $DISPLAY &> /dev/null &"
script:
- |