From adcecf601dfaf7c0fd0394d6cbf7dcb1d3d95d1f Mon Sep 17 00:00:00 2001 From: Stoabrogga <38475780+Stoabrogga@users.noreply.github.com> Date: Mon, 8 Apr 2019 00:12:22 +0200 Subject: [PATCH] chore(CI): add module to the cache preparation (#24) Add the module to the cache preparation. Although this is not necessary for most of the modules it is at least necessary for the eluna module. This PR is just about harmonizing the Travis configuration for all modules. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index ad61193..c1538c7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,6 +27,7 @@ jobs: before_install: - cd .. - git clone --depth=1 --branch=master https://github.com/azerothcore/azerothcore-wotlk.git azerothcore-wotlk + - mv "$TRAVIS_BUILD_DIR" azerothcore-wotlk/modules - cd azerothcore-wotlk - source ./apps/ci/ci-before_install.sh install: @@ -54,6 +55,7 @@ jobs: before_install: - cd .. - git clone --depth=1 --branch=master https://github.com/azerothcore/azerothcore-wotlk.git azerothcore-wotlk + - mv "$TRAVIS_BUILD_DIR" azerothcore-wotlk/modules - cd azerothcore-wotlk - source ./apps/ci/ci-before_install.sh install: