-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from ardumont/0.0.8
0.0.8
- Loading branch information
Showing
12 changed files
with
183 additions
and
144 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
-L . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,22 @@ | ||
language: emacs-lisp | ||
env: | ||
global: | ||
- PATH=$HOME/.cask/bin:$HOME/.evm/bin:$PATH | ||
matrix: | ||
# - EVM_EMACS=emacs-24.1-bin | ||
# - EVM_EMACS=emacs-24.2-bin | ||
- EVM_EMACS=emacs-24.3-bin | ||
- EVM_EMACS=emacs-24.4-bin | ||
- EVM_EMACS=emacs-24.5-bin | ||
before_install: | ||
- mv Cask Cask.origin | ||
- grep -v "marmalade" Cask.origin > Cask | ||
- if [ "$EMACS" = 'emacs-snapshot' ]; then | ||
sudo add-apt-repository -y ppa:cassou/emacs && | ||
sudo apt-get update -qq && | ||
sudo apt-get install -qq | ||
emacs-snapshot-el emacs-snapshot-gtk emacs-snapshot; | ||
fi | ||
- if [ "$EMACS" = 'emacs24' ]; then | ||
sudo add-apt-repository -y ppa:cassou/emacs && | ||
sudo apt-get update -qq && | ||
sudo apt-get install -qq | ||
emacs24 emacs24-el emacs24-common-non-dfsg; | ||
fi | ||
- curl -fsSkL https://raw.github.com/cask/cask/master/go | python | ||
- export PATH="/home/travis/.cask/bin:$PATH" | ||
# evm install | ||
- curl -fsSkL https://gist.github.com/rejeep/7736123/raw > travis.sh && source ./travis.sh | ||
# install the matrix's emacs version | ||
- evm install $EVM_EMACS --use --skip | ||
- cask --version | ||
- emacs --version | ||
# install deps for cask | ||
- cask | ||
env: | ||
#- EMACS=emacs | ||
- EMACS=emacs24 | ||
# - EMACS=emacs-snapshot | ||
script: | ||
./run-travis-ci.sh | ||
- pwd | ||
- make install test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
(define-package "markdown-toc" "0.0.7" "A simple TOC generator for markdown file" | ||
'((s "1.7.0") | ||
(dash "2.5.0") | ||
(define-package "markdown-toc" "0.0.8" "A simple TOC generator for markdown file" | ||
'((s "1.9.0") | ||
(dash "2.11.0") | ||
(markdown-mode "2.0"))) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.