mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-06 01:21:38 -05:00
Add -qq option for apt-get
This commit is contained in:
parent
e0bf504c91
commit
83d6fe70ff
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
language: emacs-lisp
|
||||
before_install:
|
||||
- git submodule update --init
|
||||
- sudo apt-get install python-virtualenv python-zmq python-tornado
|
||||
- sudo apt-get install -qq python-virtualenv python-zmq python-tornado
|
||||
- if [ "$EMACS" = 'emacs-snapshot' ]; then
|
||||
sudo add-apt-repository -y ppa:cassou/emacs &&
|
||||
sudo apt-get update -qq &&
|
||||
|
|
Loading…
Add table
Reference in a new issue