From bfeaf76f9ce9df920c5c94ce3eb18b0e378544dc Mon Sep 17 00:00:00 2001 From: "Timothy J. Warren" Date: Tue, 15 Apr 2014 16:34:33 -0400 Subject: [PATCH] Update travis file --- .travis.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6ad079a..a922e0a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,11 +8,9 @@ php: - hhvm before_script: - - curl -s http://getcomposer.org/installer | php - - php composer.phar install --dev --no-interaction - - sh -c "psql -c 'DROP DATABASE IF EXISTS test;' -U postgres" - - sh -c "psql -c 'create database test;' -U postgres" - - sh -c "mysql -e 'create database IF NOT EXISTS test;'" + - psql -c 'DROP DATABASE IF EXISTS test;' -U postgres + - psql -c 'create database test;' -U postgres + - mysql -e 'create database IF NOT EXISTS test;' script: - mkdir -p build/logs