mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
Added travis environment info output
This commit is contained in:
parent
4fa4ae726b
commit
611c3f1b2e
@ -4,6 +4,14 @@
|
|||||||
|
|
||||||
BUILD_DIR=$1
|
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
|
# Fetch all dependencies
|
||||||
# TODO Replace with different composer.json variations
|
# TODO Replace with different composer.json variations
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user