Skip to content

Commit

Permalink
Added ImageMagick install to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
courtneypattison committed Nov 13, 2020
1 parent a77dfd0 commit 9fc4ca4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ language: node_js

node_js: node

before_install: yarn global add gulp
before_install:
before_install:
- yarn global add gulp
- sudo apt install imagemagick

script:
- yarn convert
Expand Down

0 comments on commit 9fc4ca4

Please sign in to comment.