Update comment to mention GitHub CI too

No real changes.
This commit is contained in:
Vadim Zeitlin 2021-04-16 19:23:28 +02:00
parent 994400eb17
commit f3b275321c

View File

@ -1,8 +1,8 @@
#!/bin/sh #!/bin/sh
# #
# This script is used by Travis CI to install the dependencies before building # This script is used by both GitHub and Travis CI to install the dependencies
# wxWidgets but can also be run by hand if necessary but currently it only # before building wxWidgets but can also be run by hand if necessary (but
# works for Ubuntu versions used by Travis builds. # currently it only works for Ubuntu versions used by the CI builds).
set -e set -e