Skip to content

Commit a4dfc42

Browse files
author
Juan Carlos
committed
Updating Travis
1 parent 2b40e77 commit a4dfc42

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ script:
1818
- $TRAVIS_BUILD_DIR/css-html-js-minify.py --prefix temp_ --timestamp --hash --beep --zipy $TRAVIS_BUILD_DIR/jquery-git2.js
1919
- wget --no-check-certificate https://maxcdn.bootstrapcdn.com/bootstrap/latest/css/bootstrap.css
2020
- $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
2122
- python3 -m unittest $TRAVIS_BUILD_DIR/tests/test_*
22-
- pip install --upgrade --no-compile css-html-js-minify
23+
# - pip install --upgrade --no-compile css-html-js-minify
2324

2425

2526
notifications:

0 commit comments

Comments
 (0)