Skip to content

Commit

Permalink
Merge pull request #31 from emacs-php/fix-ci
Browse files Browse the repository at this point in the history
Fix travis CI
  • Loading branch information
stevenremot authored Sep 1, 2018
2 parents 65e5026 + ccd5970 commit 5747d3e
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 5747d3e

Please sign in to comment.