Skip to content

Commit

Permalink
Added check for ImageMagick to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
courtneypattison committed Nov 18, 2020
1 parent b875e22 commit 6ab57f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ node_js: node
before_install: yarn global add gulp

script:
- yarn convert
- yarn test
- yarn cover:lcov

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
],
"scripts": {
"test": "mocha",
"convert": "convert -version",
"cover:lcov": "nyc --reporter=lcov mocha",
"cover:html": "nyc --reporter=html mocha",
"cover:rm": "rm -rf ./coverage && rm -rf ./.nyc_output",
Expand Down

0 comments on commit 6ab57f7

Please sign in to comment.