mirror of
https://github.com/vale981/LAAG1
synced 2025-03-04 08:41:41 -05:00
fix travis one more time
This commit is contained in:
parent
287f6d8764
commit
ed6aff63ff
1 changed files with 2 additions and 9 deletions
11
travis.yml
11
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
|
||||
|
|
Loading…
Add table
Reference in a new issue