[fix] fix travis build

This commit is contained in:
Dalf
2020-03-31 11:59:54 +02:00
parent 949378a07f
commit d425e26e80
2 changed files with 4 additions and 1 deletions

View File

@@ -169,6 +169,9 @@ PHONY += docker
docker: buildenv
$(Q)./manage.sh docker_build
docker.push: buildenv
$(Q)./manage.sh docker_build push
# gecko
# -----