|
Ran
|
Jobs
2
|
Files
1
|
Run time
36s
|
Badge
README BADGES
|
push
travis-ci
Adapt to change in faceup-test-font-lock-buffer API Commit 688b487ad of faceup changed faceup-test-font-lock-buffer to let the MODE argument be a list of mode-setting functions instead of a single mode-setting function. If MODE is a list, then faceup-test-font-lock-buffer calls each function in that list. Unfortunately, when we call faceup-test-font-lock-buffer, we are often passing a list of the form "(closure ...)", because this is the representation of a lambda when using lexical scoping. This causes faceup-test-font-lock-buffer to try to call each item in this list, starting with "(closure)", which is not what we want to have happen. The work-around is to always call faceup-test-font-lock-buffer with a list of our own creation, even if it's a list of just one item. Thus, "((closure ...))" instead of "(closure ...)".
44 of 46 relevant lines covered (95.65%)
89.26 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 42.1 (EVM_EMACS=emacs-24.1-travis) | 0 |
95.65 |
Travis Job 42.1 | |
| 2 | 42.2 (EVM_EMACS=emacs-24.2-travis) | 0 |
95.65 |
Travis Job 42.2 |