mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-04 16:51:38 -05:00
cask avoid accepting input
This commit is contained in:
parent
05c642e967
commit
c9252ee436
1 changed files with 2 additions and 2 deletions
|
@ -23,8 +23,8 @@ cask_install_or_reset() {
|
|||
mv ./Cask.tmp ./Cask
|
||||
set +x
|
||||
fi
|
||||
cask install || { rm -rf .cask && false; }
|
||||
cask update
|
||||
cask install </dev/null
|
||||
cask update </dev/null
|
||||
# travis cache
|
||||
rsync -vazSHe ssh .cask $HOME/
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue