diff --git a/travis.yml b/travis.yml index fe7f4ec..723d973 100644 --- a/travis.yml +++ b/travis.yml @@ -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