From 132adc474e914fb748306f300dd09f1c38875741 Mon Sep 17 00:00:00 2001 From: Eric Peterson Date: Tue, 25 Aug 2020 10:49:41 -0600 Subject: [PATCH] fix(CI): Ensure coldbox is not added as a dependency from CI --- .travis.yml | 2 +- box.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 41d755e..5721957 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,7 @@ install: - sudo apt-get update && sudo apt-get --assume-yes install commandbox - box install commandbox-cfconfig,commandbox-cfformat - box install - - box install coldbox@${COLDBOX_VERSION} --force + - box install coldbox@${COLDBOX_VERSION} --force --!save before_script: - box server start cfengine=$ENGINE port=8500 script: diff --git a/box.json b/box.json index 74e2fce..667dcee 100644 --- a/box.json +++ b/box.json @@ -26,11 +26,11 @@ } ], "dependencies":{ - "cbstorages":"^2.0.0", - "coldbox":"stable" + "cbstorages":"^2.0.0" }, "devDependencies":{ - "testbox":"^3.0.0" + "testbox":"^3.0.0", + "coldbox":"stable" }, "installPaths":{ "testbox":"testbox/",