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 ()