Explorar el Código

Include associated perl version change in generated .travis.yml

Daniel Gempesaw hace 11 años
padre
commit
111aff8321
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. 5 1
      .travis.yml

+ 5 - 1
.travis.yml

@@ -1,7 +1,11 @@
 language: perl
 perl:
-   - 5.12
+   - 5.19
+   - 5.18
    - 5.16
+   - 5.14
+   - 5.12
+   - 5.10
 before_install:
    - export AUTOMATED_TESTING=1 HARNESS_OPTIONS=j10:c HARNESS_TIMER=1
    - git config --global user.name "TravisCI"