- [travis-ci](.travis.yml) Debug errors on Travis-CI

master
mlan 2020-11-16 10:15:11 +01:00
parent c92a4c0b68
commit c2a2733f7e
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ test-all: test-up_0 test_1 test_2 test_3
test_%: test-up_% test-waitl_% test-logs_% test-service_% test-down_%
test-pull:
$(addprefix docker pull -q ,$(CURL_IMG); $(AUT_IMG); $(DB_IMG))
$(addprefix docker pull ,$(CURL_IMG); $(AUT_IMG); $(DB_IMG))
test-up_0: test-up-net
#