Browse Source

Update AppVeyor packages

pull/187/head
Oliverpool 9 years ago
parent
commit
1a9309eea4
  1. 3
      .appveyor.yml

3
.appveyor.yml

@ -37,6 +37,9 @@ install:
# Manually install required texlive packages
- cmd: mpm.exe --install-some texlive_packages.txt
# Update all packages
- cmd: mpm.exe --update
build: false # Not a C# project, build stuff at the test step instead.
before_test:

Loading…
Cancel
Save