https://github.com/latex3/latex2e
Raw File
Tip revision: b32b262815af0a4db1b1d23403a719a13c483d58 authored by Frank Mittelbach on 10 November 2019, 22:01:38 UTC
extend the test coverage
Tip revision: b32b262
.travis.yml
install:
 - source ./support/texlive.sh

cache:
  directories:
    - /tmp/texlive
    - $HOME/.texlive

script:
 - texlua build.lua check -q -H

notifications:
  email:
    recipients:
      - latex3-commits@tug.org
    on_success: change
    on_failure: always
    on_start:   never

back to top