add Travis CI config
This commit is contained in:
parent
cd942d0001
commit
ec93914f11
1 changed files with 10 additions and 0 deletions
10
.travis.yml
Normal file
10
.travis.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
language: perl
|
||||
perl:
|
||||
- "5.28"
|
||||
- "5.26"
|
||||
- "5.24"
|
||||
- "5.22"
|
||||
- "5.20"
|
||||
script:
|
||||
- carton install
|
||||
- carton exec prove -lv
|
Loading…
Reference in a new issue