branch: externals/ivy-hydra
commit 6abc3de0e01e2072984cbdaf6ab5849ff10e89e1
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>

    .travis.yml: Use 2 xenial recipes
    
    Re #2332
    Fixes rejeep/evm#131
---
 .travis.yml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 6b7bd73..07570b1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,13 +2,12 @@ language: emacs-lisp
 env:
   - EVM_EMACS=emacs-24.5-travis
   - EVM_EMACS=emacs-25.3-travis
-  - EVM_EMACS=emacs-26.3-travis
-  - EVM_EMACS=emacs-git-snapshot-travis
+  - EVM_EMACS=emacs-26.3-travis-linux-xenial
+  - EVM_EMACS=emacs-git-snapshot-travis-linux-xenial
 
 before_install:
   - git clone https://github.com/rejeep/evm.git $HOME/.evm
   - export PATH=$HOME/.evm/bin:$PATH
-
   - evm config path /tmp
   - evm install $EVM_EMACS --use --skip
 

Reply via email to