File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,8 @@ language: ruby
22rvm :
33- 1.9.3
44script : /bin/bash whitepaper/travis.sh
5- # before_install:
5+ before_install :
6+ - sudo apt-get install -qq bc tcsh
67# - yes "" | sudo apt-add-repository ppa:texlive-backports/ppa
78# - sudo apt-get update -y
89# - sudo apt-get install -y
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ LSST_Observing_Strategy_White_Paper.pdf: version LSST_Observing_Strategy_White_P
2020 pdflatex LSST_Observing_Strategy_White_Paper.tex
2121
2222version :
23- /bin/ tcsh gen_version.csh --version 0.9
23+ tcsh gen_version.csh --version 0.9
2424
2525run : $(ARG ) _standalone.tex LSST_Observing_Strategy_White_Paper.sty $(BIBFILES ) $(TEXFILES )
2626 pdflatex $(ARG ) _standalone.tex
You can’t perform that action at this time.
0 commit comments