File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed
Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,13 @@ notifications:
77
88env :
99 global :
10- - COLDBOX_VERSION=5.2.0
10+ - COLDBOX_VERSION=5.1.2
1111 matrix :
1212 - ENGINE=lucee@4.5 ANT_TARGET=build.all
1313 - ENGINE=lucee@5 ANT_TARGET=run-tests
1414 - ENGINE=adobe@11 ANT_TARGET=run-tests
1515 - ENGINE=adobe@2016 ANT_TARGET=run-tests
16- - ENGINE=adobe@2018 ANT_TARGET=run-tests
16+ # - ENGINE=adobe@2018 ANT_TARGET=run-tests
1717
1818branches :
1919 only :
@@ -38,10 +38,6 @@ before_install:
3838 /etc/apt/sources.list.d/commandbox.list
3939
4040install :
41- # Install CommandBox
42- # - sudo bash -c "$(curl -fsSL https://commandbox.stg.ortushq.com/install.sh)" 4.0.0
43- # Make CommandBox usable by travis user so I don't have to change anything
44- # - sudo chmod 777 /usr/local/bin/box
4541 # Install Commandbox + Supporting Utilities
4642 - sudo apt-get update && sudo apt-get --assume-yes install commandbox haveged jq
4743 # Install dependencies
Original file line number Diff line number Diff line change 1010
1111 <!-- UPDATE ON EACH VERSION CYCLE -->
1212 <property name =" groupID" value=" ortussolutions" />
13-
14- <property name =" coldbox.version" value=" 5.2.0 " />
13+
14+ <property name =" coldbox.version" value=" 5.1.2 " />
1515 <property name =" coldbox.stableversion" value=" 5.1.1" />
1616
1717 <property name =" coldbox.slug" value=" coldbox" />
You can’t perform that action at this time.
0 commit comments