Skip to content

Commit a40e6f3

Browse files
author
kamil.mysliwiec
committed
Travis integration
1 parent 34b5c7a commit a40e6f3

2 files changed

Lines changed: 1 addition & 9 deletions

File tree

example/app.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ export class Application implements NestApplication {
77
start() {
88
this.app.listen(3030, () => {
99
console.log("Application listen on port:", 3030);
10+
this.app.close();
1011
});
1112
}
1213

karma.conf.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,7 @@ module.exports = function (config) {
1414
'tests.webpack.js': [ 'webpack' ]
1515
},
1616
webpack: webpackConfig,
17-
/*customLaunchers: {
18-
Chrome_travis_ci: {
19-
base: 'Chrome',
20-
flags: ['--no-sandbox']
21-
}
22-
},*/
2317
singleRun: true
2418
});
2519

26-
if(process.env.TRAVIS){
27-
config.browsers = ['Chrome_travis_ci'];
28-
}
2920
};

0 commit comments

Comments
 (0)