Skip to content

Commit

Permalink
Force using the Trusty image from before December 12
Browse files Browse the repository at this point in the history
This is a workaround until the latest Trusty image on Travis is able to dump
Emacs.

Reported upstream: travis-ci/travis-ci#9073

See GH-13.
  • Loading branch information
fmdkdd committed Jan 15, 2018
1 parent 1d3d307 commit 7a4ba84
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
language: ruby
sudo: false
# Emacs fails to build using the latest Trusty image on Travis
# See https://github.com/travis-ci/travis-ci/issues/9073
sudo: required
dist: trusty
group: deprecated-2017Q4
rvm:
- 2.3.0
# Allow Emacs snapshot builds to fail and don't wait for it
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ Add the following to your `.travis.yml`:

``` yaml
language: emacs-lisp
sudo: false
# Emacs fails to build using the latest Trusty image on Travis
# See https://github.com/travis-ci/travis-ci/issues/9073
sudo: required
dist: trusty
group: deprecated-2017Q4
cache:
- directories:
# Cache stable Emacs binaries (saves 1min per job)
Expand Down

0 comments on commit 7a4ba84

Please sign in to comment.