https://github.com/latex3/latex2e
Raw File
Tip revision: 282b251d0a3b105e2ccc5f597d5f165a8790d822 authored by Frank Mittelbach on 17 November 2019, 18:26:40 UTC
Use natural release dates [ci skip]
Tip revision: 282b251
.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