1
0
mirror of https://github.com/mrclay/minify.git synced 2025-01-17 13:18:13 +01:00

closure: use 20161024 version

this is version the example .min files were created
This commit is contained in:
Elan Ruusamäe 2017-06-08 22:29:33 +03:00
parent a6531d3481
commit 93a1edd34b
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ php:
- hhvm
env:
- CLOSURE_VERSION: 20160822
- CLOSURE_VERSION: 20161024
matrix:
allow_failures:

View File

@ -1,7 +1,7 @@
#!/bin/sh
set -xe
: ${CLOSURE_VERSION:=20160822}
: ${CLOSURE_VERSION:=20161024}
wget -c https://dl.google.com/closure-compiler/compiler-$CLOSURE_VERSION.zip -O vendor/compiler-$CLOSURE_VERSION.zip
unzip -od vendor/closure-compiler vendor/compiler-$CLOSURE_VERSION.zip