Skip to content

Commit

Permalink
chore(CI): Fix overriding coldbox@be installation
Browse files Browse the repository at this point in the history
  • Loading branch information
elpete committed May 6, 2020
1 parent fff27a1 commit c4f9ae0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -33,7 +33,7 @@ install:
- sudo apt-get update && sudo apt-get --assume-yes install commandbox jq rsync
- 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 debug=true
script:
Expand Down
2 changes: 1 addition & 1 deletion box.json
Expand Up @@ -26,7 +26,7 @@
"mementifier":"^2.1.0+100"
},
"devDependencies":{
"coldbox":"be",
"coldbox":"stable",
"testbox":"^3.1.0+339",
"cfcollection":"^3.6.1"
},
Expand Down

0 comments on commit c4f9ae0

Please sign in to comment.