emacs-travis icon indicating copy to clipboard operation
emacs-travis copied to clipboard

Install Emacs on Travis CI

Results 3 emacs-travis issues
Sort by recently updated
recently updated
newest added

Hey all, I tried using `emacs-travis.mk` in the following build: ``` language: generic os: linux dist: trusty jobs: fast_finish: true allow_failures: - env: EMACS_VERSION=snapshot env: - EMACS_VERSION=26.3 - EMACS_VERSION=27.1 -...

I've created the following repo to show this: https://github.com/mineo/travis-emacstest, the travis page is at https://travis-ci.com/mineo/travis-emacstest. If a build against Emacs 26 with an existing cache is started, it always fails,...

Applications can utilize the `after_failure` travis hook to report all the build information. We should give regular, one-line updates though -- just to show the build isn't hanging for whatever...

enhancement