https://github.com/latex3/latex2e
Raw File
Tip revision: 7f80defff8b9134800b04a8e50f153b143b1f18d authored by David Carlisle on 03 May 2018, 13:03:22 UTC
PL4 resetting catcodes in docstrip
Tip revision: 7f80def
.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