Browse Source

prerequis

Sniperovitch 8 years ago
parent
commit
eee88adeca
1 changed files with 8 additions and 1 deletions
  1. 8 1
      .travis.yml

+ 8 - 1
.travis.yml

@@ -1,6 +1,13 @@
 before_install:
   - sudo apt-get -qq update
+  - sudo apt-get install -y liblwp-protocol-https-perl
   - sudo apt-get install -y pandoc
+  - sudo apt-get install -y pandoc-citeproc
+  - sudo apt-get install -y pandoc-crossref
+  - "cpanm Moo"
   - "cpanm Pandoc"
 language: perl
-
+  - "5.18"
+  - "5.20"
+  - "5.22"
+  - "5.24"