branch: externals/assess commit 7a83677f3e8cca57f7d58d0c7fd520690446e273 Author: Phillip Lord <phillip.l...@russet.org.uk> Commit: Phillip Lord <phillip.l...@russet.org.uk>
Update travis recipe --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 71a4f8b228..3d4d96216b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,10 @@ language: generic sudo: no env: - - EVM_EMACS=emacs-git-snapshot-travis - - EVM_EMACS=emacs-26.3-travis - - EVM_EMACS=emacs-26.2-travis - - EVM_EMACS=emacs-26.1-travis + - EVM_EMACS=emacs-git-snapshot-travis-linux-xenial + - EVM_EMACS=emacs-26.3-travis-linux-xenial + - EVM_EMACS=emacs-26.2-travis-linux-xenial + - EVM_EMACS=emacs-26.1-travis-linux-xenial - EVM_EMACS=emacs-25.3-travis - EVM_EMACS=emacs-25.2-travis - EVM_EMACS=emacs-25.1-travis