mirror of
https://github.com/cytopia/devilbox.git
synced 2025-01-31 08:25:23 +00:00
Adjust Travis CI checks
This commit is contained in:
parent
9cff9a1277
commit
2744a39aec
30
.travis.yml
30
.travis.yml
@ -295,16 +295,30 @@ script:
|
||||
./update-docker.sh "${V1}";
|
||||
elif [ "${S1}" = "DOCKER" ]; then
|
||||
cd .tests/;
|
||||
make init;
|
||||
make start;
|
||||
make info;
|
||||
make test;
|
||||
make test-smoke-modules;
|
||||
make test-smoke-config;
|
||||
make test-smoke-intranet;
|
||||
make test-smoke-vendors;
|
||||
make test-smoke-vhosts;
|
||||
make test-smoke-rproxies;
|
||||
make test-smoke-ssl;
|
||||
make test-smoke-bind;
|
||||
make test-smoke-autostart;
|
||||
make test-smoke-framework-cakephp;
|
||||
make test-smoke-framework-drupal;
|
||||
else
|
||||
cd .tests/;
|
||||
make init;
|
||||
make configure SRV="${S1}_SERVER" VER="${V1}";
|
||||
make configure SRV="${S2}_SERVER" VER="${V2}";
|
||||
make start;
|
||||
make info;
|
||||
make test;
|
||||
make test-smoke-modules;
|
||||
make test-smoke-config;
|
||||
make test-smoke-intranet;
|
||||
make test-smoke-vendors;
|
||||
make test-smoke-vhosts;
|
||||
make test-smoke-rproxies;
|
||||
make test-smoke-ssl;
|
||||
make test-smoke-bind;
|
||||
make test-smoke-autostart;
|
||||
make test-smoke-framework-cakephp;
|
||||
make test-smoke-framework-drupal;
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user