Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
DanVanAtta committed Sep 2, 2019
1 parent 3cf61ce commit 8a994cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/run_optipng
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ git config --global user.name "tripleabuilderbot"

## find all PNG files, run lossless compression
## Filter output for errors, the line stating which file is being proccessed and percentage decrease
find . -name "*png" | head -30 | xargs optipng -preserve -o7 2>&1 | grep -iE "png|% decrease|error|warn"
find . -name "*png" | head -100 | xargs optipng -preserve -o7 2>&1 | grep -iE "png|% decrease|error|warn"

## If any files are changed, we'll commit them here
## If we commit and push, that will trigger a new build.
Expand Down

0 comments on commit 8a994cc

Please sign in to comment.