Skip to content

Commit

Permalink
Update the perl version for the CI tests on Travis
Browse files Browse the repository at this point in the history
Added all stable releases and 5.08 on request of Howard.
  • Loading branch information
hollie committed Jul 25, 2016
1 parent 492e255 commit af11f8f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
language: perl
perl:
- "5.24"
- "5.22"
- "5.20"
- "5.18"
- "5.16"
- "5.14"
- "5.08"
install: true
script: cd bin ; ./mh -tk 0 -code_dir ../code/test

0 comments on commit af11f8f

Please sign in to comment.