Skip to content

Commit

Permalink
Add travis yml from mojo
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusramberg committed Dec 19, 2013
1 parent 76cca77 commit 859ca8c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
@@ -0,0 +1,14 @@
language: perl
perl:
- "5.18"
- "5.16"
- "5.14"
- "5.12"
- "5.10"
env:
- "HARNESS_OPTIONS=j9 TEST_POD=1 TEST_EV=1"
install:
- "cpanm -n Test::Pod Test::Pod::Coverage"
- "cpanm -n --installdeps ."
notifications:
email: false

0 comments on commit 859ca8c

Please sign in to comment.