Skip to content

Commit 4348c87

Browse files
author
Juan Carlos
committed
Remove dependencies
1 parent 6fb0cf8 commit 4348c87

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
@@ -12,9 +12,9 @@ before_script: rm --recursive --force --verbose *.py[cod]
1212
script:
1313
- wget --no-check-certificate https://code.jquery.com/jquery-git2.js
1414
- 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
1616
- 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
1818
- python setup.py bdist_egg bdist_wheel --universal sdist --formats=zip
1919
- python setup.py zipapp
2020
- python3 -m unittest $TRAVIS_BUILD_DIR/tests/test_*

0 commit comments

Comments
 (0)