Skip to content

Commit fd5065f

Browse files
committed
Make archive directory and all intermediate directories
1 parent 48e32f7 commit fd5065f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ script:
3434
- popd
3535

3636
after_success:
37-
- mkdir $HOME/archive/$(lsb_release -rs)
37+
- mkdir -p $HOME/archive/$(lsb_release -rs)
3838
- 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
3939
- ls -lh $HOME/archive/$(lsb_release -rs)/python-$ALIAS.tar.bz2
4040

0 commit comments

Comments
 (0)