Browse Source

minor correction to build version in travis yml

George S. Baugh 11 years ago
parent
commit
ad974b8bea
1 changed files with 1 additions and 1 deletions
  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