mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-05 07:41:37 -05:00
.travis.yml: Limit output when installing Emacs
This commit is contained in:
parent
3628cab446
commit
eb3708fa0c
1 changed files with 3 additions and 1 deletions
|
@ -17,7 +17,9 @@ before_install:
|
|||
# Use this fork of EVM for dynamic module support
|
||||
- git clone https://github.com/ubolonton/evm ${TRAVIS_BUILD_DIR}/.evm
|
||||
- evm config path /tmp
|
||||
- evm install emacs-${EMACS_VERSION} --use --skip
|
||||
# Limit the output when git-snapshot, we can't just suppress it completely
|
||||
# since Travis will cancel a job if it doesn't receive output after 10 mins.
|
||||
- evm install emacs-${EMACS_VERSION} --use --skip | awk 'NR % 1000 == 0'
|
||||
# Install cask
|
||||
- curl -fsSL https://raw.githubusercontent.com/cask/cask/master/go | python
|
||||
install:
|
||||
|
|
Loading…
Add table
Reference in a new issue