]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
test different perl version
authorTobias Oetiker <tobi@oetiker.ch>
Thu, 31 Oct 2013 10:04:08 +0000 (11:04 +0100)
committerTobias Oetiker <tobi@oetiker.ch>
Thu, 31 Oct 2013 10:04:08 +0000 (11:04 +0100)
.travis.yml

index ed7d6632d2982b0221501ac47843184de3b9ab1b..a8a9283e8ec46cb4d4764631917aea3eb65749a3 100644 (file)
@@ -1,7 +1,13 @@
 language: c
 
-before_install:
-  - sudo apt-get update
+perl:
+  - "5.19"
+  - "5.18"
+  - "5.16"
+  - "5.14"
+  - "5.8"
+
+install: 
   - sudo apt-get install autopoint
 
 before_script: