File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -19,21 +19,20 @@ matrix:
19
19
install :
20
20
- if [ "$EMACS" = "emacs23" ]; then
21
21
sudo apt-get update -qq &&
22
- sudo apt-get install -qq emacs23-gtk emacs23-el ;
22
+ sudo apt-get install -qq --no-install-suggests --no-install-recommends --force-yes emacs23-nox ;
23
23
fi
24
24
- if [ "$EMACS" = "emacs24" ]; then
25
- sudo add-apt-repository -y ppa:cassou/emacs &&
26
25
sudo apt-get update -qq &&
27
- sudo apt-get install -qq emacs24 emacs24-el ;
26
+ sudo apt-get install -qq --no-install-suggests --no-install-recommends --force-yes emacs24-nox ;
28
27
fi
29
28
- if [ "$EMACS" = "emacs-snapshot" ]; then
30
29
sudo add-apt-repository -y ppa:ubuntu-elisp/ppa &&
31
30
sudo apt-get update -qq &&
32
- sudo apt-get install -qq emacs-snapshot emacs-snapshot-el ;
31
+ sudo apt-get install -qq --no-install-suggests --no-install-recommends --force-yes emacs-snapshot;
33
32
fi
34
33
- if [ "$TARGET" = "deploy-manual" ]; then
35
34
sudo apt-get update -qq &&
36
- sudo apt-get install -qq texinfo;
35
+ sudo apt-get install -qq --no-install-suggests --no-install-recommends --force-yes texinfo;
37
36
fi
38
37
39
38
script :
You can’t perform that action at this time.
0 commit comments