Skip to content

Commit

Permalink
Merge 12748ad into 88cb09f
Browse files Browse the repository at this point in the history
  • Loading branch information
DamienCassou committed Jun 4, 2017
2 parents 88cb09f + 12748ad commit b1845a6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@ matrix:

script:
- emacs --version
- make test

- make check
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,9 @@ lint : $(SRCS) clean-elc

# Run package-lint to check for packaging mistakes
${CASK} emacs $(EMACSFLAGS) \
--eval "(require 'package)" \
--eval "(push '(\"melpa\" . \"http://melpa.org/packages/\") package-archives)" \
--eval "(package-initialize)" \
--eval "(package-refresh-contents)" \
-l package-lint.el \
-f package-lint-batch-and-exit klassified.el
2 changes: 1 addition & 1 deletion klassified.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

;; Author: Damien Cassou <damien@cassou.me>
;; Version: 0.1.0
;; Package-Requires: ((emacs "25"))
;; Package-Requires: ((emacs "25") (hierarchy "0.4.0"))
;; GIT: https://github.com/DamienCassou/klassified

;; This file is not part of GNU Emacs.
Expand Down

0 comments on commit b1845a6

Please sign in to comment.