mirror of
https://github.com/muesli/telephant
synced 2025-02-16 11:48:22 +00:00
Only download the deps, don't try to build them outside the Docker env on Travis
This commit is contained in:
parent
26929365ce
commit
482894f1e4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue