Skip to content

Commit ecbbc58

Browse files
Making travis work
1 parent f000193 commit ecbbc58

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ language: ruby
22
rvm:
33
- 1.9.3
44
script: /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

whitepaper/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

2222
version:
23-
/bin/tcsh gen_version.csh --version 0.9
23+
tcsh gen_version.csh --version 0.9
2424

2525
run: $(ARG)_standalone.tex LSST_Observing_Strategy_White_Paper.sty $(BIBFILES) $(TEXFILES)
2626
pdflatex $(ARG)_standalone.tex

0 commit comments

Comments
 (0)