Skip to content

Commit

Permalink
Downgrading to Emacs 25
Browse files Browse the repository at this point in the history
Looks like Ubuntu don't have Emacs26 yet. I will have to test with
`emacs-snapshot` till then.
  • Loading branch information
Sachin Patil committed Apr 3, 2018
1 parent adfa473 commit 7bfea92
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ env:
- EMACS=emacs23
- EMACS=emacs24
- EMACS=emacs25
- EMACS=emacs26
- EMACS=emacs-snapshot
global:
- TIMEOUT=1000
Expand Down Expand Up @@ -129,11 +128,10 @@ install:
sudo apt-get -qq install emacs25;
fi
- if [ "$EMACS" = "emacs-snapshot" ]; then
sudo add-apt-repository -y ppa:cassou/emacs &&
sudo add-apt-repository -y ppa:ubuntu-elisp/ppa &&
sudo apt-get -qq update &&
sudo apt-get -qq -f install &&
sudo apt-get -qq install emacs-snapshot &&
sudo apt-get -qq install emacs-snapshot-el emacs-snapshot-gtk;
sudo apt-get -qq install emacs-snapshot;
fi

before_script:
Expand Down
2 changes: 1 addition & 1 deletion insert-shebang.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; insert-shebang.el --- Insert shebang line automatically.

;; Copyright (C) 2013-2017 Sachin Patil
;; Copyright (C) 2013-2018 Sachin Patil

;; Author: Sachin Patil <[email protected]>
;; URL: http://github.com/psachin/insert-shebang
Expand Down
3 changes: 2 additions & 1 deletion run-travis-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
cd "$(dirname "$0")"

# PATH to GNU Emacs binary
ECUKES_EMACS=${EMACS:-"/home/psachin/github/emacs/src/emacs"}
# ECUKES_EMACS=${EMACS:-"/home/psachin/github/emacs/src/emacs"}
ECUKES_EMACS=${EMACS:-"emacs"}
export ECUKES_EMACS

echo "*** Emacs version ***"
Expand Down

0 comments on commit 7bfea92

Please sign in to comment.