From 72879ac7ec804fcbc20eaa386ddb12b196b6c0ff Mon Sep 17 00:00:00 2001 From: michaelpacer Date: Tue, 3 Jan 2017 18:30:24 -0800 Subject: [PATCH] Use the .deb release from pandoc's github --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0dfe6f356..688731685 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,8 +27,7 @@ addons: before_install: - git clone --quiet --depth 1 https://github.com/minrk/travis-wheels travis-wheels install: - # - wget https://hackage.haskell.org/package/pandoc-1.19.1/pandoc-1.19.1.tar.gz && tar -xzvf pandoc-1.19.1.tar.gz - - wget http://c90cb902a90d6a506ab3-a24171cbeaa42ce11788f0df3362e902.r46.cf5.rackcdn.com/pandoc-1.15.0.6.tar.gz && tar -xzvf pandoc-1.15.0.6.tar.gz + - wget https://github.com/jgm/pandoc/releases/download/1.19.1/pandoc-1.19.1-1-amd64.deb && sudo dpkg -i pandoc-1.19.1-1-amd64.deb - pip install -f travis-wheels/wheelhouse . codecov coverage - pip install nbconvert[execute,serve,test] - python -m ipykernel.kernelspec --user