From ba4ba6745c5300772f8a92954b9937f8f50ff2b4 Mon Sep 17 00:00:00 2001 From: Brutus5000 Date: Sat, 27 Oct 2018 01:23:07 +0200 Subject: [PATCH] Use test-data.sql of the corresponding faf-db tag --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4cd7cd2a..02a2dd3f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ before_install: install: - cp -r config.template config - cp .env.template .env - - wget https://raw.githubusercontent.com/FAForever/db/develop/test-data.sql + - wget https://raw.githubusercontent.com/FAForever/db/`grep -oP 'faforever/faf-db:\K(.*)$' ./docker-compose.yml`/test-data.sql script: # Causes the docker-compose.yml to be syntax checked, without actually doing anything