Skip to content

Commit

Permalink
Update hierarchy
Browse files Browse the repository at this point in the history
  • Loading branch information
DamienCassou committed Jun 3, 2017
1 parent 88cb09f commit 287e733
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Expand Up @@ -4,7 +4,7 @@ sudo: false
before_install:
- curl -fsSkL https://gist.github.com/rejeep/ebcd57c3af83b049833b/raw > x.sh && source ./x.sh
- evm install $EVM_EMACS --use --skip
- cask
- cask --debug --verbose

env:
- EVM_EMACS=emacs-25.1-travis
Expand All @@ -17,5 +17,4 @@ matrix:

script:
- emacs --version
- make test

- make check
2 changes: 1 addition & 1 deletion Cask
Expand Up @@ -3,7 +3,7 @@

(package-file "klassified.el")

(depends-on "hierarchy")
(depends-on "hierarchy" "0.5.0")

(development
(depends-on "ert")
Expand Down
4 changes: 4 additions & 0 deletions Makefile
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
3 changes: 2 additions & 1 deletion klassified.el
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.5.0"))
;; GIT: https://github.com/DamienCassou/klassified

;; This file is not part of GNU Emacs.
Expand All @@ -30,6 +30,7 @@
;;; Code:

(require 'klassified-interaction)
(require 'hierarchy)

(provide 'klassified)
;;; klassified.el ends here

0 comments on commit 287e733

Please sign in to comment.