Skip to content

Commit

Permalink
Fix Travis badge and make task
Browse files Browse the repository at this point in the history
  • Loading branch information
icostan committed Sep 3, 2021
1 parent 19458ae commit c700afe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: emacs-lisp

env:
- EVM_EMACS=emacs-27.2-travis-linux-xenial
- EVM_EMACS=emacs-26.3-travis-linux-xenial
- EVM_EMACS=emacs-25.3-travis

install:
- curl -fsSkL https://raw.github.com/rejeep/evm/master/go | bash
Expand All @@ -12,4 +12,4 @@ install:

script:
- emacs --version
- make check
- make version
2 changes: 1 addition & 1 deletion README.org
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
* emacs.d

[[https://travis-ci.org/icostan/emacs.d][https://travis-ci.org/icostan/emacs.d.svg?branch=master]]
[[https://app.travis-ci.com/icostan/emacs.d.svg?branch=master]]

#+begin_quote
While any text editor can save your files, only Emacs can save your soul.
Expand Down

0 comments on commit c700afe

Please sign in to comment.