Removed dependency on my version of cover in .travis.yml.

This commit is contained in:
Georges Dupéron 2016-02-03 19:41:10 +01:00
parent 7000b80a5d
commit e1e58efef3

View File

@ -33,9 +33,9 @@ before_install:
- latex newunicodechar.ins
- mkdir -p "$latex_home/tex/latex/newunicodechar"
- mv newunicodechar.sty "$latex_home/tex/latex/newunicodechar"
- echo "Temporary switch to my fork of cover:"
- git clone https://github.com/jsmaniac/cover.git -b fix-relative-html-links ~/cover-tool/cover
- (cd ~/cover-tool/cover; raco pkg install --deps search-auto --update-deps --skip-installed)
#- echo "Temporary switch to my fork of cover:"
#- git clone https://github.com/jsmaniac/cover.git -b fix-relative-html-links ~/cover-tool/cover
#- (cd ~/cover-tool/cover; raco pkg install --deps search-auto --update-deps --skip-installed)
cache:
apt: true