https://github.com/latex3/latex2e
Revision 5d4f452f079d35ceb34fe4e20d6bd72aa9810928 authored by David Carlisle on 23 April 2018, 16:02:09 UTC, committed by David Carlisle on 23 April 2018, 16:02:09 UTC
1 parent aed758b
Raw File
Tip revision: 5d4f452f079d35ceb34fe4e20d6bd72aa9810928 authored by David Carlisle on 23 April 2018, 16:02:09 UTC
issue 39 is tools not base
Tip revision: 5d4f452
.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