Use apt-get instead
This commit is contained in:
parent
1107fe3646
commit
0e963d6f64
1 changed files with 1 additions and 6 deletions
|
@ -2,13 +2,8 @@ sudo: false
|
||||||
language: python
|
language: python
|
||||||
python: "3.6"
|
python: "3.6"
|
||||||
|
|
||||||
addons:
|
|
||||||
apt:
|
|
||||||
packages:
|
|
||||||
- pandoc
|
|
||||||
- pandoc-citeproc
|
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
|
- sudo apt-get install pandoc pandoc-citeproc
|
||||||
- bash scripts/before_script.sh
|
- bash scripts/before_script.sh
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
|
Reference in a new issue