https://github.com/latex3/latex2e
Raw File
Tip revision: 693095d4504192aeae87cfd70ecc8e28a5a0bc49 authored by David Carlisle on 10 December 2018, 21:12:03 UTC
lose the remarks on this release section as superflous given change file, and easily missed on an update
Tip revision: 693095d
.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