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

This commit is contained in:
Carlo Sciolla 2019-05-31 11:39:09 +02:00
parent 27d48942a6
commit e9c8e76ff2
No known key found for this signature in database
GPG Key ID: BA5D71E6F3C580C1
1 changed files with 4 additions and 3 deletions

View File

@ -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