Test update script via Travis

This commit is contained in:
cytopia 2018-08-12 01:21:37 +02:00
parent bb201d86b1
commit ed52e7e3d8
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2

View File

@ -25,6 +25,14 @@ env:
###
- S1=DOCUMENTATION
###
### Update script
###
- S1=UPDATE V1=php
- S1=UPDATE V1=httpd
- S1=UPDATE V1=mysql
- S1=UPDATE V1=rest
###
### The matrix specifies 2 versions to compare against each other.
### As PHP (any version) needs to be able to run with everything,
@ -188,6 +196,8 @@ script:
make build;
make linkcheck;
make linkcheck2;
elif [ "${S1}" = "UPDATE" ]; then
./update-docker.sh "${V1}";
else
.tests/test_single.sh . "${S1}" "${V1}" "${S2}" "${V2}";
fi