mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-06 09:31:39 -05:00
14 lines
385 B
YAML
14 lines
385 B
YAML
language: emacs-lisp
|
|
before_install:
|
|
- git submodule update --init
|
|
- if [ "$EMACS" = 'emacs-snapshot' ]; then
|
|
sudo add-apt-repository -y ppa:cassou/emacs &&
|
|
sudo apt-get update -qq &&
|
|
sudo apt-get install -qq
|
|
emacs-snapshot-el emacs-snapshot-gtk emacs-snapshot;
|
|
fi
|
|
env:
|
|
- EMACS=emacs
|
|
- EMACS=emacs-snapshot
|
|
script:
|
|
make travis-ci EMACS=$EMACS
|