emacs-emojify

fork of https://github.com/iqbalansari/emacs-emojify
Log | Files | Refs | LICENSE

commit 903fe89cf5300df8b8978b68dfa8ed6e0c515fdd
parent 7b4040d4a7654e6532b4bd4bc3b93fbad42b18f5
Author: Iqbal Ansari <iqbalansari02@yahoo.com>
Date:   Wed, 11 Nov 2015 19:25:47 +0530

Do not gulp evm install's output

Evm install might lead to building of Emacs which takes more than 10
minutes, not giving any output during that time make travis think that
the tests are broken

Diffstat:
M.travis.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml @@ -29,7 +29,7 @@ before_install: - evm config path $HOME/emacsen install: - - evm install $EVM_EMACS --skip > /dev/null 2>&1 + - evm install $EVM_EMACS --skip - evm use $EVM_EMACS - curl -fsSL https://raw.githubusercontent.com/cask/cask/master/go | python - export PATH="/home/travis/.cask/bin:$PATH"