mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
Added travis environment info output
This commit is contained in:
parent
4fa4ae726b
commit
611c3f1b2e
@ -4,6 +4,14 @@
|
||||
|
||||
BUILD_DIR=$1
|
||||
|
||||
# Environment info
|
||||
echo "# Environment info"
|
||||
echo " - `php --version`"
|
||||
echo " - `mysql --version`"
|
||||
echo " - `pg_config --version`"
|
||||
echo " - SQLite3 `sqlite3 -version`"
|
||||
echo ""
|
||||
|
||||
# Fetch all dependencies
|
||||
# TODO Replace with different composer.json variations
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user