Re-enable coverage. Not sure when it actually broke.

pull/104/head
Carlo Sciolla 4 years ago
parent 27d48942a6
commit e9c8e76ff2
No known key found for this signature in database
GPG Key ID: BA5D71E6F3C580C1

@ -1,14 +1,15 @@
#
# Programs used in the make goals
#
export CASK ?= cask
export CASK ?= cask
export EMACS ?= emacs
#
# General configuration
#
export CASK_DIR ?= `${CASK} package-directory`
export BATCH = --batch -q -l .emacs/init.el
export CASK_DIR ?= `${CASK} package-directory`
export BATCH = --batch -q -l .emacs/init.el
export COVERALLS_REPO_TOKEN = 61YFD7RG1RRJTs0kEuj1aZX7VBgUPiMNO
all: version test

Loading…
Cancel
Save