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 48e32f7 commit fd5065fCopy full SHA for fd5065f
.travis.yml
@@ -34,7 +34,7 @@ script:
34
- popd
35
36
after_success:
37
- - mkdir $HOME/archive/$(lsb_release -rs)
+ - mkdir -p $HOME/archive/$(lsb_release -rs)
38
- tar cjf $HOME/archive/$(lsb_release -rs)/python-$ALIAS.tar.bz2 $INSTALL_DEST/$VERSION $INSTALL_DEST/$ALIAS $HOME/virtualenv/python$VERSION $HOME/virtualenv/python$ALIAS
39
- ls -lh $HOME/archive/$(lsb_release -rs)/python-$ALIAS.tar.bz2
40
0 commit comments