diff options
author | Zhiming Wang <zmwangx@gmail.com> | 2015-05-09 04:42:04 -0700 |
---|---|---|
committer | Zhiming Wang <zmwangx@gmail.com> | 2015-05-09 04:42:04 -0700 |
commit | 6686aa99b215d6e54605479f40b1f30df7a1bfcc (patch) | |
tree | 188f5c70ecd18d00cda4859c15782a550cadb83a | |
parent | 14044717c5cac1db6f00e74eec4ed0f0a38ffe94 (diff) | |
download | my_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 '')
-rw-r--r-- | .travis.yml | 4 |
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: |