mirror of
https://github.com/cytopia/devilbox.git
synced 2025-01-03 19:34:15 +00:00
Fix Travis builds
This commit is contained in:
parent
57ff6da675
commit
b5ed81e28a
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user