Skip to content

Commit

Permalink
Merge pull request #122 from artemv/misc-fixes
Browse files Browse the repository at this point in the history
chore(unit tests): upgrade karma-junit-reporter
  • Loading branch information
Egis-Kevin authored Jan 22, 2018
2 parents 3fb3e23 + f974980 commit 71c5b99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ dependencies:
- if [ "${CIRCLE_BRANCH}" != "master" ]; then rm .npmrc; fi
- npm install [email protected]
override:
- node_modules/.bin/yarn
- if [ "${CIRCLE_BRANCH}" == "master" ]; then node_modules/.bin/yarn global add @artemv/[email protected]; fi
- node_modules/.bin/yarn --ignore-engines
- if [ "${CIRCLE_BRANCH}" == "master" ]; then node_modules/.bin/yarn global add --ignore-engines @artemv/[email protected]; fi
post:
- node --version
- npm --version
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"karma-jasmine": "^0.3.6",
"karma-jasmine-jquery": "^0.1.1",
"karma-json-fixtures-preprocessor": "0.0.5",
"karma-junit-reporter": "^0.3.8",
"karma-junit-reporter": "^1.2.0",
"karma-sourcemap-loader": "^0.3.6",
"karma-systemjs": "github:rolaveric/karma-systemjs#28b94c979516cd6eb4514b128d40f3517bb3903b",
"karma-testingbot-launcher": "^1.0.1",
Expand Down

0 comments on commit 71c5b99

Please sign in to comment.