-
Notifications
You must be signed in to change notification settings - Fork 30
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 #26 from nlamirault/develop
Release 0.7.0
- Loading branch information
Showing
6 changed files
with
32 additions
and
13 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
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
machine: | ||
services: | ||
- docker | ||
|
||
dependencies: | ||
pre: | ||
- sudo add-apt-repository -y ppa:cassou/emacs | ||
- sudo add-apt-repository -y ppa:ubuntu-elisp/ppa | ||
- sudo apt-get update -qq | ||
- sudo apt-get install -qq emacs24-nox emacs-snapshot-nox | ||
- curl -fsSkL "https://raw.github.com/cask/cask/master/go" | python | ||
test: | ||
override: | ||
- PATH="${HOME}/.cask/bin:$PATH" make 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
;; Author: Nicolas Lamirault <[email protected]> | ||
;; URL: https://github.com/nlamirault/emacs-gitlab | ||
;; Version: 0.6.0 | ||
;; Version: 0.7.0 | ||
;; Keywords: gitlab | ||
|
||
;; Package-Requires: ((s "1.9.0") (dash "2.9.0") (pkg-info "0.5.0") (request "0.1.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