We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b40e77 commit a4dfc42Copy full SHA for a4dfc42
.travis.yml
@@ -18,8 +18,9 @@ script:
18
- $TRAVIS_BUILD_DIR/css-html-js-minify.py --prefix temp_ --timestamp --hash --beep --zipy $TRAVIS_BUILD_DIR/jquery-git2.js
19
- wget --no-check-certificate https://maxcdn.bootstrapcdn.com/bootstrap/latest/css/bootstrap.css
20
- $TRAVIS_BUILD_DIR/css-html-js-minify.py --prefix temp_ --timestamp --wrap --hash --beep $TRAVIS_BUILD_DIR/bootstrap.css
21
+ - python setup.py bdist_egg bdist_wheel --universal sdist --formats=zip
22
- python3 -m unittest $TRAVIS_BUILD_DIR/tests/test_*
- - pip install --upgrade --no-compile css-html-js-minify
23
+ # - pip install --upgrade --no-compile css-html-js-minify
24
25
26
notifications:
0 commit comments