From ecf77b57dab1a7a665dec80dbf68aa7f37041f69 Mon Sep 17 00:00:00 2001 From: immerrr Date: Mon, 7 Oct 2019 11:14:37 +0200 Subject: [PATCH 1/2] travis.yml: use xenial distro, list emacs versions provided by evm --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2a07b1b..9ad2334 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -dist: trusty +dist: xenial sudo: false language: python git: @@ -28,6 +28,7 @@ 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 From e2dcf3d880fd9a716c3e9f0348bf43ca1dd4781f Mon Sep 17 00:00:00 2001 From: immerrr Date: Mon, 7 Oct 2019 11:21:17 +0200 Subject: [PATCH 2/2] travis.yml: use xenial-specific build images --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9ad2334..46b7647 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 @@ -23,6 +23,9 @@ 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