Skip to content

Commit

Permalink
fix(CI): Ensure coldbox is not added as a dependency from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
elpete committed Aug 25, 2020
1 parent 686d55b commit 132adc4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions box.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/",
Expand Down

0 comments on commit 132adc4

Please sign in to comment.