aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorZhiming Wang <zmwangx@gmail.com>2015-05-09 04:42:04 -0700
committerZhiming Wang <zmwangx@gmail.com>2015-05-09 04:42:04 -0700
commit6686aa99b215d6e54605479f40b1f30df7a1bfcc (patch)
tree188f5c70ecd18d00cda4859c15782a550cadb83a /.travis.yml
parent14044717c5cac1db6f00e74eec4ed0f0a38ffe94 (diff)
downloadmy_new_personal_website-6686aa99b215d6e54605479f40b1f30df7a1bfcc.tar.xz
my_new_personal_website-6686aa99b215d6e54605479f40b1f30df7a1bfcc.zip
install latest pandoc
It turns out that the version of pandoc (1.9.1.1-1) in precise universe is just too old to handle metadata.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index f47eb57b..04b3dc46 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,8 +5,8 @@ language: python
python:
- "3.4"
before_install:
- - sudo apt-get update
- - sudo apt-get install pandoc
+ - wget https://github.com/jgm/pandoc/releases/download/1.13.2/pandoc-1.13.2-1-amd64.deb
+ - sudo dpkg -i pandoc-1.13.2-1-amd64.deb
install:
- pip install -r requirements.txt
script: