From c765a5078c6f863baf8d100cf7f0560ffebf9d44 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 5 Apr 2017 21:54:40 -0400 Subject: [PATCH] .travis.yml: fix incorrect setup script --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 38c13d855..142cdf866 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: emacs-lisp sudo: false before_install: - - curl -fsSkL https://raw.github.com/rejeep/evm/master/go | bash + - curl -fsSkL https://gist.github.com/rejeep/ebcd57c3af83b049833b/raw > x.sh && source ./x.sh - evm install emacs-25.1-travis --use --skip - YES=1 make script: