mirror of
https://github.com/cytopia/devilbox.git
synced 2024-12-19 04:47:52 +00:00
Test update script via Travis
This commit is contained in:
parent
bb201d86b1
commit
ed52e7e3d8
10
.travis.yml
10
.travis.yml
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user