Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 8ceb34f

Browse files
committed
(#496) project: updated dependencies, dropped dox (security)
1 parent c944b95 commit 8ceb34f

File tree

6 files changed

+7017
-4776
lines changed

6 files changed

+7017
-4776
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ env:
66
global:
77
- SAUCE_CONNECT_VERSION=4.4.12
88
matrix:
9-
- BROWSER="phantomjs"
9+
- BROWSER="ChromeHeadless"
1010
- BROWSER="chrome"
1111
- BROWSER="firefox"
1212
- BROWSER="internet explorer"

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Last Changes
44

5+
- [#496](https://github.com/LaxarJS/laxar/issues/496): project: updated dependencies, dropped dox (security)
6+
57

68
## v2.1.0
79
## v2.1.0-rc.1

karma.config.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,11 @@ function karmaConfig() {
1919
return Object.assign( {}, laxarInfrastructure.karma( files, {
2020
context: __dirname,
2121
module: webpackBaseConfig.module
22-
} ), { files, preprocessors } );
22+
} ), {
23+
files,
24+
preprocessors,
25+
singleRun: true,
26+
watch: false,
27+
browsers: [ 'ChromeHeadless' ]
28+
} );
2329
}

0 commit comments

Comments
 (0)