Skip to content

Commit

Permalink
Clean up after pandoc install
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Nov 10, 2015
1 parent 5b0acf2 commit f30293c
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 @@ -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
Expand Down

0 comments on commit f30293c

Please sign in to comment.