Only download the deps, don't try to build them outside the Docker env on Travis

This commit is contained in:
Christian Muehlhaeuser 2019-05-02 12:27:55 +02:00
parent 26929365ce
commit 482894f1e4
No known key found for this signature in database
GPG key ID: 3CF9FA45CA1EBB7E

View file

@ -17,5 +17,5 @@ install:
- go get -v -tags=no_env github.com/therecipe/qt/cmd/...
script:
- go get -u -v
- go get -u -d -v
- $GOPATH/bin/qtdeploy -docker build linux