Browse Source

fix .travis.yml

workspaces
Nicolas Petton 6 years ago
parent
commit
3333a9f37e
Signed by: nico GPG Key ID: 233587A47C207910
1 changed files with 2 additions and 9 deletions
  1. +2
    -9
      .travis.yml

+ 2
- 9
.travis.yml View File

@ -1,15 +1,8 @@
language: emacs-lisp
before_install:
- if [ "$EMACS" = 'emacs-snapshot' ]; then
sudo add-apt-repository -y ppa:ubuntu-elisp/ppa &&
sudo apt-get update -qq &&
sudo apt-get install -qq
emacs-snapshot-el emacs-snapshot;
fi
- curl -fsSkL 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 emacs-25-pre-travis --use --skip
- export PATH="/home/travis/.cask/bin:$PATH"
- cask
env:
- EMACS=emacs-snapshot TAGS=""
script:
./run-travis-ci.sh

Loading…
Cancel
Save