Sniperovitch il y a 8 ans
Parent
commit
eee88adeca
1 fichiers modifiés avec 8 ajouts et 1 suppressions
  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"