fix travis one more time

This commit is contained in:
Valentin Boettcher 2017-10-24 15:43:40 +02:00
parent 287f6d8764
commit ed6aff63ff

View file

@ -12,17 +12,10 @@ matrix:
env:
- EMACS_VERSION=snapshot
before_install:
- sudo apt-get -qq update && sudo apt-get install -y --no-install-recommends texlive-fonts-recommended texlive-latex-extra texlive-fonts-extra dvipng texlive-latex-recommended
- sudo apt-get -qq update && sudo apt-get install -y --no-install-recommends texlive-fonts-recommended texlive-latex-extra texlive-fonts-extra dvipng texlive-latex-recommended emacs
# Configure $PATH: Executables are installed to $HOME/bin
- export PATH="$HOME/bin:$PATH"
# Download the makefile to emacs-travis.mk
- wget 'https://raw.githubusercontent.com/flycheck/emacs-travis/master/emacs-travis.mk'
# Install Emacs (according to $EMACS_VERSION) and Cask
- make -f emacs-travis.mk install_emacs
# Install Texinfo, if you need to build info manuals for your project
- make -f emacs-travis.mk install_texinfo
- cask install
script:
# Run your tests
- sh ./build.sh