Skip to content

Commit b2aed1d

Browse files
committed
Travis png
1 parent d8f4d81 commit b2aed1d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![Build Status](https://travis-ci.org/ColdBox/cbox-javaloader.svg?branch=development)](https://travis-ci.org/ColdBox/cbox-javaloader)
2+
13
# Welcome to the CBJavaloader Project
24

35
The CB JavaLoader module will interface with Mark Mandel's JavaLoader to allow you to do a network class loader, compiler and proxy.

tests/Application.cfc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ component{
77
this.name = "A TestBox Runner Suite " & hash( getCurrentTemplatePath() );
88
// any other application.cfc stuff goes below:
99
this.sessionManagement = true;
10+
// Turn on/off white space managemetn
11+
this.whiteSpaceManagement = "smart";
1012

1113
// any mappings go here, we create one that points to the root called test.
1214
this.mappings[ "/tests" ] = getDirectoryFromPath( getCurrentTemplatePath() );

0 commit comments

Comments
 (0)