Skip to content

Commit

Permalink
Merge pull request #34 from nlamirault/develop
Browse files Browse the repository at this point in the history
Release 0.8.0
  • Loading branch information
nlamirault committed May 19, 2016
2 parents ae6148f + 5b82f9e commit a1c1441
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 5 deletions.
3 changes: 1 addition & 2 deletions Cask
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
;;; Scame Cask file

(source "melpa" "http://melpa.org/packages/")
(source "gnu" "http://elpa.gnu.org/packages/")
(source "melpa" "https://stable.melpa.org/packages/")

(package-file "gitlab.el")
(files "*.el" (:exclude ".dir-locals.el"))
Expand Down
5 changes: 5 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# emacs-gitlab ChangeLog

## Version 0.8.0 (05/19/2016)

- ``#33``: Add Ivy support
- ``#27``: Documentation

## Version 0.7.0 (10/12/2015)

- Setup continuous integration using CircleCI
Expand Down
19 changes: 16 additions & 3 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,24 @@ machine:

dependencies:
pre:
# - sudo mkdir /usr/local/evm
# - sudo chmod -R 777 /usr/local/evm
# - curl -fsSkL https://raw.github.com/rejeep/evm/master/go | bash
# - chmod +x ~/.evm/bin/evm
# - ~/.evm/bin/evm install emacs-24.4-bin
# - ~/.evm/bin/evm install emacs-24.5-bin
- sudo rm -f /etc/apt/sources.list.d/google-chrome.list
- 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
- sudo apt-get update
- sudo apt-get install -qq emacs24-nox emacs-snapshot
- sudo update-alternatives --set emacs /usr/bin/emacs24-nox
- curl -fsSkL "https://raw.github.com/cask/cask/master/go" | python
- export PATH="${HOME}/.cask/bin:$PATH"
test:
override:
- PATH="${HOME}/.cask/bin:$PATH" make init test
# - ~/.evm/bin/evm use emacs-24.4-bin
# - curl -fsSkL https://raw.github.com/cask/cask/master/go | python
# - PATH="${HOME}/.cask/bin:$PATH" make test
# - ~/.evm/bin/evm use emacs-24.5-bin
- PATH="${HOME}/.cask/bin:$PATH" make test

0 comments on commit a1c1441

Please sign in to comment.