https://github.com/latex3/latex2e
Raw File
Tip revision: 91d36693df44a08d9758a85699d740d18b265b90 authored by David Carlisle on 07 April 2018, 20:35:45 UTC
date
Tip revision: 91d3669
.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