Skip to content

Commit

Permalink
[ci] Perl versions must be quoted because they are strings
Browse files Browse the repository at this point in the history
  • Loading branch information
leto committed Mar 4, 2012
1 parent 47bfa1f commit 5555d82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,7 +1,7 @@
language: "perl"
perl:
- 5.10
- 5.14
- "5.10"
- "5.14"
before_script:
# This stuff used to be required, but was rolled into the Travis CI perl support.
# - sudo apt-get install libffi-dev libicu-dev libgmp3-dev clang llvm-dev liblocal-lib-perl zlib1g-dev gcc-multilib
Expand Down

0 comments on commit 5555d82

Please sign in to comment.