mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-05 17:11:41 -05:00
Use -qq/-y to skip prompt
This commit is contained in:
parent
743f9b7928
commit
d5d02c8496
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
language: emacs-lisp
|
||||
before_install:
|
||||
- git submodule update --init
|
||||
- sudo add-apt-repository ppa:cassou/emacs
|
||||
- sudo apt-get update
|
||||
- sudo apt-get install emacs-snapshot-el emacs-snapshot-gtk emacs-snapshot
|
||||
- sudo add-apt-repository -y ppa:cassou/emacs
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -qq emacs-snapshot-el emacs-snapshot-gtk emacs-snapshot
|
||||
script:
|
||||
make travis-ci
|
||||
|
|
Loading…
Add table
Reference in a new issue