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;