Skip to content

Commit

Permalink
Change CI deploy credits, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed Apr 20, 2019
1 parent 96c6e76 commit 00aac58
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ script:
- make test

before_deploy:
- git config --global user.name cicdbot
- git config --global user.email team@zephir-lang.com
- git config --global user.name "Serghei Iakovlev"
- git config --global user.email serghei@phalconphp.com
- wget https://github.com/jgm/pandoc/releases/download/2.7.2/pandoc-2.7.2-1-amd64.deb -o /dev/null
- sudo dpkg -i pandoc-2.7.2-1-amd64.deb
- make package
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.org
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ All notable changes to this project will be documented in this file.

The format is based on [[http://keepachangelog.com][Keep a Changelog]] and this project adheres to [[http://semver.org][Semantic Versioning]].

** [[https://github.com/sergeyklay/bnf-mode/compare/0.4.0...HEAD][Unreleased]]
** [[https://github.com/sergeyklay/bnf-mode/compare/0.4.1...HEAD][Unreleased]]
*** [[https://github.com/sergeyklay/bnf-mode/compare/0.4.0...0.4.1][0.4.1]] - 2019-04-21
*** Fixes
- Minor fix related to build & deploy BNF Mode on Travis CI

*** [[https://github.com/sergeyklay/bnf-mode/compare/0.3.2...0.4.0][0.4.0]] - 2019-04-21
*** Added
Expand Down
2 changes: 1 addition & 1 deletion bnf-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

;; Author: Serghei Iakovlev <sadhooklay@gmail.com>
;; Maintainer: Serghei Iakovlev
;; Version: 0.4.0
;; Version: 0.4.1
;; URL: https://github.com/sergeyklay/bnf-mode
;; Keywords: languages
;; Package-Requires: ((cl-lib "0.5") (emacs "24.3"))
Expand Down
2 changes: 1 addition & 1 deletion test/bnf-mode-font-test.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

;; Author: Serghei Iakovlev <sadhooklay@gmail.com>
;; Maintainer: Serghei Iakovlev
;; Version: 0.4.0
;; Version: 0.4.1
;; URL: https://github.com/sergeyklay/bnf-mode

;; This file is NOT part of GNU Emacs.
Expand Down
2 changes: 1 addition & 1 deletion test/test-helper.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

;; Author: Serghei Iakovlev <sadhooklay@gmail.com>
;; Maintainer: Serghei Iakovlev
;; Version: 0.4.0
;; Version: 0.4.1
;; URL: https://github.com/sergeyklay/bnf-mode

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

0 comments on commit 00aac58

Please sign in to comment.