From f162508ad18b1fca9a5201f4956d52022bd941a8 Mon Sep 17 00:00:00 2001 From: Klaus Weidenbach Date: Fri, 5 May 2017 23:13:54 +0200 Subject: :construction_worker::white_check_mark::bug: Import table structure in TravisCI. Fix a syntax error in schema_postres.sql which was discovered while working on this. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index e1aec9145..53a0f73f7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -103,7 +103,7 @@ before_install: # Install composer dev libs install: - - travis_retry composer install --optimize-autoloader + - travis_retry composer install --optimize-autoloader --no-progress # execute any number of scripts before the test run, custom env's are available as variables before_script: -- cgit v1.2.3