Clean up after pandoc install

This commit is contained in:
hadley 2015-11-10 11:06:27 -06:00
parent 5b0acf27c0
commit f30293c27d
1 changed files with 2 additions and 1 deletions

View File

@ -23,12 +23,13 @@ cache:
install:
# Install binary pandoc from Rstudio
- export PATH="$HOME/pandoc:$PATH"
- mkdir $HOME/pandoc
- curl -O https://s3.amazonaws.com/rstudio-buildtools/pandoc-1.12.3.zip
- unzip -j pandoc-1.12.3.zip pandoc-1.12.3/linux/debian/x86_64/pandoc
-d $HOME/pandoc
- chmod +x $HOME/pandoc/pandoc
- rm pandoc-1.12.3.zip
- export PATH="$HOME/pandoc:$PATH"
- pandoc --version
# Install ruby gems