Explorar el Código

minor correction to build version in travis yml

George S. Baugh hace 11 años
padre
commit
ad974b8bea
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -10,7 +10,7 @@ perl:
 matrix:
    fast_finish: true
    include:
-     - perl: 5.20
+     - perl: '5.20'
        env: COVERAGE=1
 
 sudo: false