Skip to content

Commit

Permalink
add oxipng to .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oblakeerickson committed Jun 7, 2021
1 parent 50f9216 commit 1bbc8d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -29,6 +29,7 @@ before_install:
- command -v svgo || npm install -g svgo
- mkdir -p ~/bin
- command -v pngout || curl -L "https://www.jonof.id.au/files/kenutils/pngout-20200115-linux.tar.gz" | tar -xz -C ~/bin --strip-components 2 --wildcards '*/amd64/pngout'
- command -v oxipng || curl -L "https://github.com/shssoichiro/oxipng/releases/download/v4.0.3/oxipng-4.0.3-x86_64-unknown-linux-musl.tar.gz" | tar -xz -C ~/bin --strip-components 1 --wildcards '*oxipng'
matrix:
include:
- env: CODECLIMATE=1
Expand Down

0 comments on commit 1bbc8d8

Please sign in to comment.