Skip to content

Commit

Permalink
configure Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
memowe committed Jul 21, 2016
1 parent cacc96f commit 88700a3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -2,6 +2,7 @@
*~
!.gitignore
!.perltidyrc
!.travis.yml
blib
pm_to_blib
Makefile*
Expand Down
14 changes: 14 additions & 0 deletions .travis.yml
@@ -0,0 +1,14 @@
language: perl
perl:
- "5.22"
- "5.20"
- "5.18"
- "5.16"
- "5.14"
- "5.12"
notifications:
recipients:
- mirko@westermeier.de
email:
on_success: always
on_failure: always

0 comments on commit 88700a3

Please sign in to comment.