From eb3708fa0c8341dcc2dd4758ddd9cc25bfece170 Mon Sep 17 00:00:00 2001 From: Nathaniel Nicandro Date: Thu, 9 May 2019 12:50:00 -0500 Subject: [PATCH] .travis.yml: Limit output when installing Emacs --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 155e4d0..04ed9a9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: