Skip to content

Commit

Permalink
Add travis.yml even though that won't help much
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Maischein committed May 24, 2016
1 parent 1bd56d2 commit 4ad5b2d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
@@ -0,0 +1,12 @@
language: perl
script: prove -lr t
install:
- cpanm -n -q --skip-satisfied --installdeps .
perl:
- "5.18"
- "5.16"
- "5.14"
- "5.12"
- "5.10"
- "5.06"

0 comments on commit 4ad5b2d

Please sign in to comment.