Skip to content

Commit

Permalink
Fix travis CI
Browse files Browse the repository at this point in the history
Update the travis CI config to fix emacs setup in it.

Also add a job for Emacs 26.
  • Loading branch information
stevenremot committed Sep 1, 2018
1 parent 65e5026 commit ccd5970
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Config file copied from https://github.com/flycheck/emacs-travis
language: emacs-lisp
sudo: false
# Emacs fails to build in container-based builds on Travis
# See https://github.com/travis-ci/travis-ci/issues/9061
# and https://github.com/moby/moby/issues/22801
sudo: required
dist: trusty
cache:
- directories:
# Cache stable Emacs binaries (saves 1min per job)
- "$HOME/emacs/"
# Allow Emacs snapshot builds to fail and don’t wait for these as they can take
# a looooong time
matrix:
Expand All @@ -11,6 +19,7 @@ env:
- EMACS_VERSION=24.3
- EMACS_VERSION=24.5
- EMACS_VERSION=25.1
- EMACS_VERSION=26.1
- EMACS_VERSION=snapshot
before_install:
# Configure $PATH: Executables are installed to $HOME/bin
Expand Down

0 comments on commit ccd5970

Please sign in to comment.