https://github.com/latex3/latex2e
Raw File
Tip revision: c5b7eb210c28f251f48e7fbd5a09e1ab28f1b1df authored by Joseph Wright on 13 October 2019, 09:27:10 UTC
Step patch level [ci skip]
Tip revision: c5b7eb2
.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