Skip to content

Commit d4e89d3

Browse files
committed
prepare for patch release
1 parent 3fdea7f commit d4e89d3

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

.travis.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ notifications:
77

88
env:
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

1818
branches:
1919
only:
@@ -38,10 +38,6 @@ before_install:
3838
/etc/apt/sources.list.d/commandbox.list
3939

4040
install:
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

build/build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
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"/>

0 commit comments

Comments
 (0)