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:
parent
a6531d3481
commit
93a1edd34b
@ -9,7 +9,7 @@ php:
|
||||
- hhvm
|
||||
|
||||
env:
|
||||
- CLOSURE_VERSION: 20160822
|
||||
- CLOSURE_VERSION: 20161024
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user