diff options
author | Stoabrogga <38475780+Stoabrogga@users.noreply.github.com> | 2019-11-26 09:49:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-26 09:49:58 +0100 |
commit | a8ee99643119322679235724d40567357fd7fc52 (patch) | |
tree | 3d752ff74950b69cd48b0f77d19545e78ccff97c /.travis.yml | |
parent | 3700e9143625a1be50e66bc209931d2be268f9bb (diff) |
fix(Core): Missing updates for creatures; disable Travis modules check (#2457)
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 5085c19ed7..332618d1bd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,7 +39,8 @@ jobs: - source ./apps/ci/ci-before_install.sh install: - source ./apps/ci/ci-install.sh OFF - - source ./apps/ci/ci-install-modules.sh + # compilation with modules temporarily disabled until PR 2454 is merged and the modules are fixed + # - source ./apps/ci/ci-install-modules.sh script: - source ./apps/ci/ci-compile.sh @@ -49,7 +50,8 @@ jobs: - source ./apps/ci/ci-before_install.sh install: - source ./apps/ci/ci-install.sh ON - - source ./apps/ci/ci-install-modules.sh + # compilation with modules temporarily disabled until PR 2454 is merged and the modules are fixed + # - source ./apps/ci/ci-install-modules.sh - source ./apps/ci/ci-import-db.sh script: - source ./apps/ci/ci-compile.sh @@ -61,7 +63,8 @@ jobs: - source ./apps/ci/ci-before_install.sh install: - source ./apps/ci/ci-install.sh OFF - - source ./apps/ci/ci-install-modules.sh + # compilation with modules temporarily disabled until PR 2454 is merged and the modules are fixed + # - source ./apps/ci/ci-install-modules.sh script: - source ./apps/ci/ci-compile.sh @@ -71,7 +74,8 @@ jobs: - source ./apps/ci/ci-before_install.sh install: - source ./apps/ci/ci-install.sh ON - - source ./apps/ci/ci-install-modules.sh + # compilation with modules temporarily disabled until PR 2454 is merged and the modules are fixed + # - source ./apps/ci/ci-install-modules.sh script: - source ./apps/ci/ci-compile.sh |