Skip to content

Commit 03cd393

Browse files
minor [SKIP CI]
1 parent c32b847 commit 03cd393

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ before_script: rm --recursive --force --verbose *.py[cod]
2727
script:
2828
- wget https://code.jquery.com/jquery-git2.js
2929
- 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
3131
- 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
3333
- pip install --upgrade --no-compile --allow-all-external css-html-js-minify
3434
- $TRAVIS_BUILD_DIR/css-html-js-minify.py --tests true
3535

0 commit comments

Comments
 (0)