Skip to content

Commit 8982739

Browse files
authored
Merge pull request #111 from kidd/emacs-26.1
Add recipe for emacs-26.1
2 parents dbb3fb1 + 482a896 commit 8982739

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

recipes/emacs-26-pretest-travis.rb

Lines changed: 0 additions & 7 deletions
This file was deleted.

recipes/emacs-26.1-travis.rb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
recipe 'emacs-26.1-travis' do
2+
tar_gz 'https://github.com/rejeep/evm/releases/download/v0.15.0/emacs-26.1-travis.tar.gz'
3+
4+
install do
5+
copy build_path, installations_path
6+
end
7+
end
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
recipe 'emacs-26-pretest' do
2-
git 'http://git.savannah.gnu.org/r/emacs.git', 'emacs-26.0.90'
1+
recipe 'emacs-26.1' do
2+
tar_gz 'http://ftpmirror.gnu.org/emacs/emacs-26.1.tar.gz'
33

44
osx do
55
option '--with-ns'

0 commit comments

Comments
 (0)