From eba61653b1a9c08a67968c33354914059339df69 Mon Sep 17 00:00:00 2001 From: Matthew Carter Date: Wed, 8 Aug 2018 23:11:04 -0400 Subject: [PATCH] Extra closing paren made it in --- .travis.yml | 10 ++++++++++ org-jira.el | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..5164b89 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,10 @@ +language: emacs-lisp +sudo: false +env: + - EVM_EMACS=emacs-25.1-travis + - EVM_EMACS=emacs-25.2-travis + - EVM_EMACS=emacs-25.3-travis + - EVM_EMACS=emacs-26.1-travis + - EVM_EMACS=emacs-git-snapshot-travis +script: + - make test diff --git a/org-jira.el b/org-jira.el index 79bb0af..eb2a999 100644 --- a/org-jira.el +++ b/org-jira.el @@ -918,7 +918,7 @@ representing ISSUE." )))))) issues) - (switch-to-buffer project-buffer))) + (switch-to-buffer project-buffer)) ;;;###autoload (defun org-jira-update-comment ()