branch: elpa/popup commit f8295a69bb00060b9307c5e59a93b7c9be144788 Author: Syohei YOSHIDA <syo...@gmail.com> Commit: Syohei YOSHIDA <syo...@gmail.com>
Switch from apt package to evm --- .travis.yml | 28 +++++++++++----------------- 1 file changed, 11 insertions(+), 17 deletions(-) diff --git a/.travis.yml b/.travis.yml index abed12f..62d1878 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,19 +1,13 @@ -language: emacs-lisp -env: - matrix: - - EMACS=emacs24 - - EMACS=emacs-snapshot - global: - - CASK=$HOME/.cask/bin/cask +language: generic +sudo: false before_install: - - sudo add-apt-repository -y ppa:cassou/emacs - - sudo add-apt-repository -y ppa:ubuntu-elisp/ppa - - sudo apt-get update -qq - - sudo apt-get install -qq $EMACS - - if [ "$EMACS" = 'emacs-snapshot' ]; then - sudo apt-get install -qq emacs-snapshot-el emacs-snapshot-nox; - fi - - curl -fsSkL --max-time 10 --retry 10 --retry-delay 10 - https://raw.github.com/cask/cask/master/go | python + - curl -fsSkL https://gist.github.com/rejeep/ebcd57c3af83b049833b/raw > x.sh && source ./x.sh + - evm install $EVM_EMACS --use --skip + - cask +env: + - EVM_EMACS=emacs-24.3-travis + - EVM_EMACS=emacs-24.4-travis + - EVM_EMACS=emacs-24.5-travis script: - make travis-ci + - emacs --version + - make travis-ci