Skip to content

Commit 6251be6

Browse files
committed
enabling build on travis
1 parent 7ef73a7 commit 6251be6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
- DBUS_SESSION_BUS_ADDRESS=/dev/null
1313
matrix:
1414
- SCRIPT=lint
15-
# - SCRIPT=build
15+
- SCRIPT=build
1616
- SCRIPT=e2e
1717
- SCRIPT=e2e:nightly
1818
- SCRIPT=test

addon/ng2/models/find-lazy-modules.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export function findLoadChildren(tsFilePath: string): string[] {
5050
}
5151

5252

53-
export function findLazyModules(projectRoot: any): string[] {
53+
export function findLazyModules(projectRoot: any): {[key: string]: string} {
5454
const result: {[key: string]: string} = {};
5555
glob.sync(path.join(projectRoot, '/**/*.ts'))
5656
.forEach(tsPath => {

0 commit comments

Comments
 (0)