Skip to content
This repository was archived by the owner on Sep 2, 2020. It is now read-only.

Commit 5793f0f

Browse files
committed
chore(CI): Update Travis testing matrix
1 parent 731113b commit 5793f0f

File tree

2 files changed

+20
-5
lines changed

2 files changed

+20
-5
lines changed

.travis.yml

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,24 @@
1+
os: linux
2+
dist: xenial
13
language: java
24
sudo: required
35
jdk:
46
- openjdk8
57
env:
6-
matrix:
8+
jobs:
79
- ENGINE=lucee@5 COLDBOX_VERSION=stable
810
- ENGINE=adobe@2018 COLDBOX_VERSION=stable
911
- ENGINE=adobe@2016 COLDBOX_VERSION=stable
10-
- ENGINE=lucee@5 COLDBOX_VERSION=be
11-
- ENGINE=adobe@2018 COLDBOX_VERSION=be
12-
- ENGINE=adobe@2016 COLDBOX_VERSION=be
12+
jobs:
13+
include:
14+
- if: type = cron
15+
env:
16+
- ENGINE=lucee@5 COLDBOX_VERSION=stable
17+
- ENGINE=adobe@2018 COLDBOX_VERSION=stable
18+
- ENGINE=adobe@2016 COLDBOX_VERSION=stable
19+
- ENGINE=lucee@5 COLDBOX_VERSION=be
20+
- ENGINE=adobe@2018 COLDBOX_VERSION=be
21+
- ENGINE=adobe@2016 COLDBOX_VERSION=be
1322
before_install:
1423
- curl -fsSl https://downloads.ortussolutions.com/debs/gpg | sudo apt-key add -
1524
- sudo echo "deb http://downloads.ortussolutions.com/debs/noarch /" | sudo tee -a /etc/apt/sources.list.d/commandbox.list
@@ -28,4 +37,6 @@ after_success:
2837
- box config set endpoints.forgebox.APIToken=${FORGEBOX_TOKEN}
2938
- box semantic-release
3039
notifications:
31-
email: false
40+
email:
41+
if: type = cron
42+
on_failure: always

tests/Application.cfc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,8 @@ component {
1515
this.mappings[ "/coldbox" ] = testsPath & "resources/app/coldbox";
1616
this.mappings[ "/testbox" ] = rootPath & "/testbox";
1717

18+
function onRequestStart() {
19+
structDelete( application, "cbController" );
20+
}
21+
1822
}

0 commit comments

Comments
 (0)