From d11296af319e4a776e7f4808cffceed8ff139c10 Mon Sep 17 00:00:00 2001 From: David Capello Date: Thu, 10 Jan 2019 09:51:04 -0300 Subject: [PATCH] Now tests need submodules --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9dedd8018..d064fa555 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,7 +48,7 @@ script: - | if $XVFB ctest --output-on-failure ; then export ASEPRITE=$PWD/bin/aseprite - git clone https://github.com/aseprite/tests.git + git clone --recursive https://github.com/aseprite/tests.git cd tests $XVFB bash run-tests.sh else