Update travis-ci configuration.
This commit is contained in:
parent
7b8b46fd8a
commit
ddaaebbea7
|
@ -17,7 +17,7 @@ install:
|
||||||
- if [ "$EMACS" = "emacs23" ]; then
|
- if [ "$EMACS" = "emacs23" ]; then
|
||||||
sudo apt-get update -qq &&
|
sudo apt-get update -qq &&
|
||||||
sudo apt-get install -qq emacs23-gtk emacs23-el &&
|
sudo apt-get install -qq emacs23-gtk emacs23-el &&
|
||||||
mkdir -p lib && curl https://raw.github.com/ohler/ert/c619b56c5bc6a866e33787489545b87d79973205/lisp/emacs-lisp/ert.el > lib/ert.el;
|
mkdir -p lib && curl https://raw.githubusercontent.com/ohler/ert/c619b56c5bc6a866e33787489545b87d79973205/lisp/emacs-lisp/ert.el > lib/ert.el;
|
||||||
fi
|
fi
|
||||||
- if [ "$EMACS" = "emacs24" ]; then
|
- if [ "$EMACS" = "emacs24" ]; then
|
||||||
sudo add-apt-repository -y ppa:cassou/emacs &&
|
sudo add-apt-repository -y ppa:cassou/emacs &&
|
||||||
|
@ -30,7 +30,7 @@ install:
|
||||||
sudo apt-get install -qq emacs-snapshot &&
|
sudo apt-get install -qq emacs-snapshot &&
|
||||||
sudo apt-get install -qq emacs-snapshot-el emacs-snapshot-gtk;
|
sudo apt-get install -qq emacs-snapshot-el emacs-snapshot-gtk;
|
||||||
fi
|
fi
|
||||||
- mkdir -p lib && curl https://raw.github.com/nschum/elisp-lint/stable/elisp-lint.el > lib/elisp-lint.el
|
- mkdir -p lib && curl https://raw.githubusercontent.com/nschum/elisp-lint/stable/elisp-lint.el > lib/elisp-lint.el
|
||||||
|
|
||||||
script:
|
script:
|
||||||
$EMACS --version && find *.el -not -name "tests.el" | xargs $EMACS -Q --batch -l lib/elisp-lint.el -f elisp-lint-files-batch
|
$EMACS --version && find *.el -not -name "tests.el" | xargs $EMACS -Q --batch -l lib/elisp-lint.el -f elisp-lint-files-batch
|
||||||
|
|
Loading…
Reference in a new issue