Jiahao Chen Add basic Travis CI  about 8 years ago

Commit id: a80d40d7c2226c04642f218aafb56c498bdf8bea

deletions | additions      

         

before_install:  - sudo apt-get update && sudo apt-get install -y texlive-full  script:  - make         

MAIN=main  pdf: include.tex  latexmk -halt-on-error  -pdf $(MAIN) all: pdf  make -C code/programs