emacs-emojify

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

commit 544246dc038ac537c565ea13591fb7c55a8410b4
parent 4c05fdea12beeb4e10d788d56773de1a377b23d5
Author: Iqbal Ansari <iqbal.ansari@ignitesol.com>
Date:   Sat, 16 Jul 2016 11:48:28 +0530

Remove compiled files before running tests

For some reasons running test with a compiled version of ert-runner
fails with 'Invalid time specification' error on travis

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

diff --git a/.travis.yml b/.travis.yml @@ -36,7 +36,7 @@ install: - cask install script: - - cask exec ert-runner + - find . -name '*.elc' -delete && cask exec ert-runner notifications: email: