Skip to content

Commit

Permalink
updated coveralls for travis build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Mulholland committed Jun 21, 2018
1 parent 3155935 commit 8309fe3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
1 change: 1 addition & 0 deletions test/unit/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ module.exports = config => {
preprocessors: {
'./index.js': ['webpack', 'sourcemap']
},
logLevel: config.LOG_ERROR,
reporters: ['spec', 'coverage', 'coveralls'],
singleRun: true,
webpack: webpackConfig,
Expand Down
3 changes: 2 additions & 1 deletion travis_script.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#!/bin/bash
set -ev
if [ "${TRAVIS_BRANCH}" = "ci" ]; then
yarn run unit && yarn run unit:coverage
yarn run unit
yarn run unit:coverage
else
yarn run release:predraft
fi
14 changes: 0 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8617,12 +8617,6 @@ readdirp@^2.0.0:
readable-stream "^2.0.2"
set-immediate-shim "^1.0.1"

readme-badger@^0.3.0:
version "0.3.0"
resolved "https://registry.yarnpkg.com/readme-badger/-/readme-badger-0.3.0.tgz#87007f3c3e0c445e545134a305d8e3068fe9cd6e"
dependencies:
balanced-match "^1.0.0"

recast@~0.11.12:
version "0.11.23"
resolved "https://registry.yarnpkg.com/recast/-/recast-0.11.23.tgz#451fd3004ab1e4df9b4e4b66376b2a21912462d3"
Expand Down Expand Up @@ -8810,14 +8804,6 @@ replace-ext@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/replace-ext/-/replace-ext-1.0.0.tgz#de63128373fcbf7c3ccfa4de5a480c45a67958eb"

replace-in-file@^3.4.0:
version "3.4.0"
resolved "https://registry.yarnpkg.com/replace-in-file/-/replace-in-file-3.4.0.tgz#b48c94567bbf4f44a2bc6fabdf21ab443e806851"
dependencies:
chalk "^2.3.2"
glob "^7.1.2"
yargs "^11.0.0"

request@2, request@^2.45.0, request@^2.81.0:
version "2.85.0"
resolved "https://registry.yarnpkg.com/request/-/request-2.85.0.tgz#5a03615a47c61420b3eb99b7dba204f83603e1fa"
Expand Down

0 comments on commit 8309fe3

Please sign in to comment.