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

Commit

Permalink
fix(pandoc): switch from apt installation to dpkg
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiSchwarz-cnic committed Mar 1, 2019
1 parent c3ff4c1 commit 4838257
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ cache:
directories:
- "~/.npm"
- node_modules
before_install:
wget https://github.com/jgm/pandoc/releases/download/2.6/pandoc-2.6-1-amd64.deb
dpkg -i pandoc-2.6-1-amd64.deb
install:
- sudo apt-get install pandoc
- composer install --dev
script:
- composer run-script codeCheck
Expand Down

0 comments on commit 4838257

Please sign in to comment.