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 @@ -12,9 +12,9 @@ before_script: rm --recursive --force --verbose *.py[cod]
12
12
script :
13
13
- wget --no-check-certificate https://code.jquery.com/jquery-git2.js
14
14
- chmod +x $TRAVIS_BUILD_DIR/css-html-js-minify.py
15
- - $TRAVIS_BUILD_DIR/css-html-js-minify.py --prefix temp_ --timestamp --hash --beep -- zipy $TRAVIS_BUILD_DIR/jquery-git2.js
15
+ - $TRAVIS_BUILD_DIR/css-html-js-minify.py --prefix temp_ --timestamp --hash --zipy $TRAVIS_BUILD_DIR/jquery-git2.js
16
16
- wget --no-check-certificate https://maxcdn.bootstrapcdn.com/bootstrap/latest/css/bootstrap.css
17
- - $TRAVIS_BUILD_DIR/css-html-js-minify.py --prefix temp_ --timestamp --wrap --hash --beep $TRAVIS_BUILD_DIR/bootstrap.css
17
+ - $TRAVIS_BUILD_DIR/css-html-js-minify.py --prefix temp_ --timestamp --wrap --hash $TRAVIS_BUILD_DIR/bootstrap.css
18
18
- python setup.py bdist_egg bdist_wheel --universal sdist --formats=zip
19
19
- python setup.py zipapp
20
20
- python3 -m unittest $TRAVIS_BUILD_DIR/tests/test_*
You can’t perform that action at this time.
0 commit comments