From 297b2a992f109912f6d86ac4f680daa4e2492d2f 2014-08-25 12:28:36 From: Sergey Pashinin Date: 2014-08-25 12:28:36 Subject: [PATCH] cl-lib-0.5.el --- diff --git a/.travis.yml b/.travis.yml index a71efe60a34849647d491e790dca41febd4b216e..c5fe06c32611341de81222c5c4bf645fa4311ade 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ install: - make deps - if [ "$EMACS" = "emacs23" ]; then $CURL https://raw.githubusercontent.com/ohler/ert/fb3c278d/lisp/emacs-lisp/ert.el -o ert.el; - $CURL https://raw.githubusercontent.com/emacsmirror/cl-lib/master/cl-lib.el -o cl-lib.el; + $CURL http://elpa.gnu.org/packages/cl-lib-0.5.el -o cl-lib.el; fi - if [ "$EMACS" = "emacs24" ]; then sudo apt-get install -qq emacs24-el;