File tree Expand file tree Collapse file tree 4 files changed +11
-9
lines changed Expand file tree Collapse file tree 4 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 1
1
project.name =cbdebugger
2
2
project.version =1.5.0
3
- module.name =cbdebugger
4
- # Default CF Engine to Build With
5
-
3
+ module.name =cbdebugger
Original file line number Diff line number Diff line change @@ -6,9 +6,7 @@ notifications:
6
6
7
7
env :
8
8
global :
9
- - PROJECT_NAME=cbdebugger
10
9
- MODULE_ID=cbdebugger
11
- - MODULE_VERSION=1.5.0
12
10
matrix :
13
11
14
12
- ENGINE=lucee@5
@@ -47,8 +45,6 @@ script:
47
45
# run our dependency install to ensure the workbench is in place
48
46
- box install
49
47
# add our module-specific build properties
50
- - printf "\nproject.version=$MODULE_VERSION" >> workbench/build.properties
51
- - printf "\nproject.name=$PROJECT_NAME" >> workbench/build.properties
52
48
- printf "\nmodule.name=$MODULE_ID" >> workbench/build.properties
53
49
- printf "\ncfengine=$ENGINE" >> workbench/build.properties
54
50
# execute our build
@@ -64,7 +60,7 @@ after_failure:
64
60
before_deploy :
65
61
- cd $TRAVIS_BUILD_DIR
66
62
- mkdir -p s3deploy
67
- - rsync -av ./artifacts/$PROJECT_NAME / ./s3deploy/
63
+ - rsync -av ./artifacts/$MODULE_ID / ./s3deploy/
68
64
- rm -f ./s3deploy/box-repo.json
69
65
70
66
deploy :
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" :" cbdebugger Builder" ,
3
- "version" :" 1.0 .0" ,
3
+ "version" :" 1.5 .0" ,
4
4
"slug" :" cbdebugger-shell" ,
5
5
"private" :false ,
6
6
"defaultPort" :0 ,
15
15
"testbox" :" testbox" ,
16
16
"coldbox" :" coldbox" ,
17
17
"workbench" :" workbench"
18
+ },
19
+ "testbox" :{
20
+ "runner" :" http://localhost:49616"
21
+ },
22
+ "scripts" :{
23
+ "postVersion" :" recipe workbench/bump.boxr"
18
24
}
19
25
}
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ component{
7
7
this .name = " A TestBox Runner Suite " & hash ( getCurrentTemplatePath () );
8
8
// any other application.cfc stuff goes below:
9
9
this .sessionManagement = true ;
10
+ // Turn on/off white space managemetn
11
+ this .whiteSpaceManagement = " smart" ;
10
12
11
13
// any mappings go here, we create one that points to the root called test.
12
14
this .mappings [ " /tests" ] = getDirectoryFromPath ( getCurrentTemplatePath () );
You can’t perform that action at this time.
0 commit comments