Skip to content

Commit 3fdea7f

Browse files
committed
added adobe 2018 to the tests mix
1 parent 9b825b2 commit 3fdea7f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
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=@ortus/adobe-aether COLDBOX_VERSION=5.0.0 ANT_TARGET=run-tests ENGINENAME=adobe-aether
16+
- ENGINE=adobe@2018 ANT_TARGET=run-tests
1717

1818
branches:
1919
only:
@@ -33,7 +33,7 @@ addons:
3333

3434
before_install:
3535
# CommandBox Keys
36-
- sudo apt-key adv --keyserver keys.gnupg.net --recv 6DA70622
36+
- curl -fsSl https://downloads.ortussolutions.com/debs/gpg | sudo apt-key add -
3737
- sudo echo "deb http://downloads.ortussolutions.com/debs/noarch /" | sudo tee -a
3838
/etc/apt/sources.list.d/commandbox.list
3939

server-adobe-aether.json renamed to server-adobe@2018.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"app":{
3-
"cfengine":"@ortus/adobe-aether"
3+
"cfengine":"adobe@2018"
44
},
5-
"name":"coldbox-adobe-aether",
5+
"name":"coldbox-adobe@2018",
66
"force":true,
77
"openBrowser":false,
88
"web":{

0 commit comments

Comments
 (0)