emacs-ipython-notebook/.travis.yml
dickmao 24896798dd emacs-26.1-travis cannot see julia-mode
For whatever reason, emacs-26.1-travis consistently fails to download an ess
dependency.
`Dependency ess failed to install:
https://melpa.org/packages/julia-mode-20180816.2117.el: Bad Request`
Remove emacs-26.1 from the build matrix until I figure this out.
2018-10-12 21:55:33 -05:00

39 lines
707 B
YAML

sudo: false
language: python
addons:
apt:
packages:
- gnutls-bin
- sharutils
cache:
directories:
- $HOME/local
python:
- "2.7"
- "3.6"
env:
global:
- PATH=$HOME/local/bin:$HOME/local/evm/bin:$HOME/local/cask/bin:$PATH
matrix:
- EVM_EMACS=emacs-25.2-travis EL_REQUEST_BACKEND=curl
matrix:
allow_failures:
- env: EVM_EMACS=emacs-snapshot
install:
- pip install jupyter ipython\<=6.4.0
- jupyter kernelspec list
before_script:
- sh tools/install-evm.sh
- evm install $EVM_EMACS --use --skip
- emacs --version
- sh tools/install-cask.sh
script:
- make test || ( ( zip -q - log/{testein,testfunc,ecukes}.* 2>/dev/null | uuencode log.zip ) && false )