File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ before_script: rm --recursive --force --verbose *.py[cod]
27
27
script :
28
28
- wget https://code.jquery.com/jquery-git2.js
29
29
- chmod +x $TRAVIS_BUILD_DIR/css-html-js-minify.py
30
- - $TRAVIS_BUILD_DIR/css-html-js-minify.py --prefix temp_ --timestamp $TRAVIS_BUILD_DIR/jquery-git2.js
30
+ - $TRAVIS_BUILD_DIR/css-html-js-minify.py --prefix temp_ --timestamp --hash --gzip $TRAVIS_BUILD_DIR/jquery-git2.js
31
31
- wget https://maxcdn.bootstrapcdn.com/bootstrap/latest/css/bootstrap.css
32
- - $TRAVIS_BUILD_DIR/css-html-js-minify.py --prefix temp_ --timestamp --wrap $TRAVIS_BUILD_DIR/bootstrap.css
32
+ - $TRAVIS_BUILD_DIR/css-html-js-minify.py --prefix temp_ --timestamp --wrap --hash --gzip $TRAVIS_BUILD_DIR/bootstrap.css
33
33
- pip install --upgrade --no-compile --allow-all-external css-html-js-minify
34
34
- $TRAVIS_BUILD_DIR/css-html-js-minify.py --tests true
35
35
You can’t perform that action at this time.
0 commit comments