Skip to content

Commit

Permalink
Merge pull request #342 from immerrr/use-xenial-in-builds
Browse files Browse the repository at this point in the history
travis.yml: use xenial distro, list emacs versions provided by evm
  • Loading branch information
immerrr authored Oct 7, 2019
2 parents 3ccc7a5 + e2dcf3d commit 4c0b8f9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dist: trusty
dist: xenial
sudo: false
language: python
git:
Expand All @@ -12,7 +12,7 @@ python:
- "2.7"
env:
matrix:
- EVM_EMACS=emacs-26.1-travis
- EVM_EMACS=emacs-26.3-travis-linux-xenial
global:
# Turn on --use-mirrors option everywhere (even in tox):
- PIP_USE_MIRRORS=t
Expand All @@ -23,11 +23,15 @@ matrix:
- env: EVM_EMACS=emacs-25.1-travis
- env: EVM_EMACS=emacs-25.2-travis
- env: EVM_EMACS=emacs-25.3-travis
- env: EVM_EMACS=emacs-26.1-travis-linux-xenial
- env: EVM_EMACS=emacs-26.2-travis-linux-xenial
- env: EVM_EMACS=emacs-git-snapshot-travis-linux-xenial

before_install:
- pip install -q virtualenv tox tox-travis
- curl -fsSkL https://gist.github.com/rejeep/ebcd57c3af83b049833b/raw > x.sh && source ./x.sh
- evm install $EVM_EMACS --use --skip
- evm list
- emacs --version
- cask
- make before-test
Expand Down

0 comments on commit 4c0b8f9

Please sign in to comment.