Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
fix(pandoc): fix travis ci configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiSchwarz-cnic committed Mar 1, 2019
1 parent 6fb0c16 commit cfc148a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ cache:
- "~/.npm"
- node_modules
before_install:
wget https://github.com/jgm/pandoc/releases/download/2.6/pandoc-2.6-1-amd64.deb
sudo dpkg -i pandoc-2.6-1-amd64.deb
- wget https://github.com/jgm/pandoc/releases/download/2.6/pandoc-2.6-1-amd64.deb
- sudo dpkg -i pandoc-2.6-1-amd64.deb
install:
- composer install --dev
script:
Expand Down

0 comments on commit cfc148a

Please sign in to comment.