Browse Source

Remove useless packages from build

pull/3/head
Damien Cassou 3 years ago
parent
commit
2c13e1711f
Signed by: DamienCassou GPG Key ID: B68746238E59B548
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .drone.yml

+ 1
- 1
.drone.yml View File

@ -13,7 +13,7 @@ steps:
- apt-get install -y software-properties-common
- add-apt-repository ppa:kelleyk/emacs -y
- apt-get update
- apt-get install -y coreutils make gnutls-bin nodejs npm emacs26
- apt-get install -y coreutils make gnutls-bin emacs26
- emacs --version
- emacs -Q --batch --eval "(require 'package)" --eval "(setq package-archives '((\"melpa\" . \"https://melpa.org/packages/\") (\"gnu\" . \"https://elpa.gnu.org/packages/\")))" --funcall package-initialize --funcall package-refresh-contents --eval "(package-install 'package-lint)" --eval "(package-install 'buttercup)"
- cd test && bash ./run-tests.sh

Loading…
Cancel
Save