From 3a80dca94fa9afe7e770db773aad5e2886e78644 Mon Sep 17 00:00:00 2001 From: Timofey Solomko Date: Thu, 13 Jul 2017 22:56:14 +0300 Subject: [PATCH] Adopt travis configuration for a new submodule --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 9a684433..1e456e44 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,8 @@ before_install: - brew install git-lfs - git lfs install before_script: +- git submodule update --init --recursive +- cd Tests/Test\ Files - git lfs pull before_deploy: - carthage build --no-skip-current