Skip to content

Commit

Permalink
ci: fix (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
evilebottnawi authored Jul 12, 2019
1 parent 8c63277 commit 3c43995
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ matrix:
script:
- node -p "process.arch"
- node src/install.js
- tar -czvf mozjpeg-linux.tar.gz $COMPILATION_DEST
- tar -czvf mozjpeg-linux.tar.gz $MOZJPEG_COMPILATION_DEST
- wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
- bash upload.sh mozjpeg-linux.tar.gz
env:
Expand All @@ -82,7 +82,7 @@ matrix:
script:
- node -p "process.arch"
- node src/install.js
- tar -czvf mozjpeg-osx.tar.gz $COMPILATION_DEST
- tar -czvf mozjpeg-osx.tar.gz $MOZJPEG_COMPILATION_DEST
- wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
- bash upload.sh mozjpeg-osx.tar.gz
env:
Expand Down

0 comments on commit 3c43995

Please sign in to comment.