From 0e52c97d1d557b0912c6dac53d94ba3e546a92ef Mon Sep 17 00:00:00 2001 From: BBasile Date: Sat, 5 May 2018 11:54:19 +0200 Subject: [PATCH] clone stdx-alloc if not already done for the dlang project tester --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index b191bcd1..14edb449 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,9 @@ matrix: packages: - libevent-dev script: + # note: for dlang project tester, which doesn't clone automatically + - if [ ! -d stdx-allocator ]; then git submodule update --init --recursive; fi + # - cd test && ./run_tests.sh && cd .. - find test/coverage -type f -exec mv {} . \; # build docs and grammar