Adding more debug tweaks

This commit is contained in:
Vincent Sposato
2015-08-15 20:20:46 -04:00
parent 1bed711f0e
commit 0a97135578
+1
View File
@@ -18,6 +18,7 @@ env:
# execute any number of scripts before the test run, custom env's are available as variables
before_script:
- hostname
- if [[ "$DB" == "mysql" ]]; then mysql -e "create database IF NOT EXISTS snipeit_unit;" -utravis; fi
- curl -s http://getcomposer.org/installer | php
- cp app/config/travis-ci/app.example.php app/config/travis-ci/app.php