diff --git a/.travis.yml b/.travis.yml index f58c0f444..38c13d855 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,8 @@ language: emacs-lisp sudo: false before_install: - - evm install $EVM_EMACS --use --skip + - curl -fsSkL https://raw.github.com/rejeep/evm/master/go | bash + - evm install emacs-25.1-travis --use --skip - YES=1 make -env: - - EVM_EMACS=emacs-25.1-travis script: - make test