Skip to content

Commit

Permalink
update travis script
Browse files Browse the repository at this point in the history
  • Loading branch information
tonghuix committed Oct 5, 2016
1 parent be0988c commit e25fda0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ before_script:
- sudo apt-get update
- "./install.latex.ubuntu.sh"
- "./install.multimarkdown.sh"
- sudo apt-get -y install pandoc
- wget https://github.com/jgm/pandoc/releases/download/1.17.2/pandoc-1.17.2-1-amd64.deb
- sudo dpkg -i *.deb

script:
- make pdf
Expand Down

0 comments on commit e25fda0

Please sign in to comment.