Fix Travis builds

This commit is contained in:
cytopia 2019-11-23 12:41:57 +01:00
parent 57ff6da675
commit b5ed81e28a
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2

View File

@ -1,3 +1,5 @@
---
### ###
### Enable Python support ### Enable Python support
### ###
@ -295,6 +297,10 @@ script:
./update-docker.sh "${V1}"; ./update-docker.sh "${V1}";
else else
cd .tests/; cd .tests/;
if [ "${S1}" != "DOCKER" ]; then
make configure KEY="${S1}_SERVER" VAL="${V1}";
make configure KEY="${S2}_SERVER" VAL="${V2}";
fi;
make start; make start;
make test-smoke-modules; make test-smoke-modules;
make test-smoke-config; make test-smoke-config;