emacsorphanage / helm-ag

The silver searcher with helm interface
492 stars 76 forks source link

Travis CI covers Emac 27 with Nix #367

Closed peterbecich closed 4 years ago

peterbecich commented 4 years ago

As far as I know, EVM does not provide Emacs 27: https://github.com/rejeep/evm

This PR replaces the usage of EVM with Nix, using these instructions: https://github.com/purcell/nix-emacs-ci

I've successfully made these changes in git-link (https://github.com/sshaw/git-link/pull/74) and Helm (https://github.com/emacs-helm/helm/pull/2366).

As far as I know, make test should run exactly as before with these changes.

With this PR, Travis CI would cover Emacs 25.1-3, 26.1-3 and 27.1

jcs090218 commented 4 years ago

Very cool! Thanks for contributing this project! :)

peterbecich commented 4 years ago

helm-ag.el is extremely useful to me, thank you!