Skip to content

Commit

Permalink
Pass -y to apt-get install
Browse files Browse the repository at this point in the history
  • Loading branch information
Fanael committed May 1, 2016
1 parent 352b4f2 commit 9a644d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ before_install:
- sudo add-apt-repository -y ppa:cassou/emacs
- sudo add-apt-repository -y ppa:ubuntu-elisp/ppa
- sudo apt-get update -y -q
- sudo apt-get install $EMACS-nox
- sudo apt-get install -y $EMACS-nox
install:
- if [ "$EMACS" = "emacs23" ]; then
curl -O 'https://raw.githubusercontent.com/ohler/ert/c619b56c5bc6a866e33787489545b87d79973205/lisp/emacs-lisp/ert.el';
Expand All @@ -16,4 +16,4 @@ script:
- $EMACS -Q -batch --eval '(setq byte-compile-error-on-warn t)' -f batch-byte-compile rainbow-delimiters.el
- $EMACS -Q -batch -l rainbow-delimiters-test.el -f ert-run-tests-batch-and-exit
notifications:
email: false
email: false

0 comments on commit 9a644d9

Please sign in to comment.