From 0a97135578e71e54fab092bd7def881e65cf12e7 Mon Sep 17 00:00:00 2001 From: Vincent Sposato Date: Sat, 15 Aug 2015 20:20:46 -0400 Subject: [PATCH] Adding more debug tweaks --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 91b4beb3ed..234a60686a 100755 --- a/.travis.yml +++ b/.travis.yml @@ -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